tweek build script
This commit is contained in:
@@ -188,7 +188,9 @@ processIncludeJars {
|
|||||||
}
|
}
|
||||||
|
|
||||||
remapJar {
|
remapJar {
|
||||||
delete getDestinationDirectory().get()
|
doFirst {
|
||||||
|
delete fileTree(getDestinationDirectory().get())
|
||||||
|
}
|
||||||
|
|
||||||
def hash = gitCommitHash();
|
def hash = gitCommitHash();
|
||||||
if (!hash.equals("<UnknownCommit>")) {
|
if (!hash.equals("<UnknownCommit>")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user