Fixes #222
This commit is contained in:
parent
16ac206e70
commit
9808118764
@ -13,16 +13,5 @@ processResources {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'com.github.johnrengelman.shadow'
|
jar.destinationDir = file '../target'
|
||||||
// We only want the shadow jar produced
|
jar.archiveName = "${parent.name}-${project.name}-${parent.version}.jar"
|
||||||
jar.enabled = false
|
|
||||||
shadowJar {
|
|
||||||
archiveName = "FastAsyncVoxelSniper-${project.name}-${parent.version}.jar"
|
|
||||||
destinationDir = file '../target'
|
|
||||||
}
|
|
||||||
shadowJar.doLast {
|
|
||||||
task ->
|
|
||||||
ant.checksum file: task.archivePath
|
|
||||||
}
|
|
||||||
|
|
||||||
build.dependsOn(shadowJar);
|
|
Loading…
Reference in New Issue
Block a user