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