Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit c02848c

Browse files
committed
mapped classifier
1 parent a3a7483 commit c02848c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
apply(plugin = "maven-publish")
15-
val versionVar = "0.4.50"
15+
val versionVar = "0.4.51"
1616
val groupIdVar = "com.redmagic"
1717
val artifactIdVar = "UndefinedAPI"
1818

@@ -108,7 +108,7 @@ tasks {
108108
}
109109

110110
withType<ShadowJar> {
111-
archiveClassifier.set("")
111+
archiveClassifier.set("mapped")
112112
archiveFileName.set("${project.name}-${project.version}.jar")
113113
}
114114

0 commit comments

Comments
 (0)