mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Slim jars
This commit is contained in:
parent
4dcdc6c373
commit
b3cf357dbb
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ tasks.named("sourcesJar") {
|
|||
|
||||
final slimJar = tasks.register('slimJar', Jar) {
|
||||
archiveClassifier = 'slim'
|
||||
from sourceSets.main
|
||||
from sourceSets.main.output
|
||||
manifest.attributes([
|
||||
"Git-Hash": gitHash
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue