add classifier if not in gha
This commit is contained in:
@@ -210,11 +210,13 @@ remapJar {
|
|||||||
delete fileTree(getDestinationDirectory().get())
|
delete fileTree(getDestinationDirectory().get())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!isInGHA) {
|
||||||
def hash = gitCommitHash();
|
def hash = gitCommitHash();
|
||||||
if (!hash.equals("<UnknownCommit>")) {
|
if (!hash.equals("<UnknownCommit>")) {
|
||||||
archiveClassifier.set(hash);
|
archiveClassifier.set(hash);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
project.ext.lwjglVersion = "3.3.3"
|
project.ext.lwjglVersion = "3.3.3"
|
||||||
project.ext.lwjglNatives = "natives-windows"
|
project.ext.lwjglNatives = "natives-windows"
|
||||||
|
|||||||
Reference in New Issue
Block a user