mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-12-29 12:37:53 +01:00
Closes #698
This commit is contained in:
parent
891f50a7c7
commit
2f344e29ce
@ -13,4 +13,7 @@ processResources {
|
||||
}
|
||||
|
||||
jar.destinationDir = file '../target'
|
||||
jar.archiveName = "FastAsyncVoxelSniper-${project.name}-${parent.version}.jar"
|
||||
jar.archiveName = "FastAsyncVoxelSniper-${project.name}-${parent.version}.jar"
|
||||
jar.doLast { task ->
|
||||
ant.checksum file: task.archivePath
|
||||
}
|
Loading…
Reference in New Issue
Block a user