Skip to content

Commit ce1ee6c

Browse files
committed
Fix missing archiveClassifier for mojmapSourcesJar
1 parent 44504bd commit ce1ee6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/src/main/kotlin/hexdebug/conventions/mojmap.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ val mojmapJar by tasks.registering(RemapJarTask::class) {
3232

3333
val mojmapSourcesJar by tasks.registering(RemapSourcesJarTask::class) {
3434
setupMojmapTask("remapSourcesJar")
35+
archiveClassifier = "sources"
3536
}
3637

3738
@Suppress("UnstableApiUsage")

0 commit comments

Comments
 (0)