add classifier if not in gha

This commit is contained in:
mcrcortex
2025-06-23 22:29:06 +10:00
parent 883f140b41
commit edb15db8fa

View File

@@ -210,10 +210,12 @@ 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"