Skip to content

Commit

Permalink
Fix remapMojmapSourcesJar classifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Nov 9, 2024
1 parent 9aedab8 commit e1ae762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/moj_xplat/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ val remapMojmapSourcesTask = tasks.register("remapMojmapSourcesJar", RemapSource

classpath.setFrom((loom as LoomGradleExtension).getMinecraftJarsCollection(MappingsNamespace.INTERMEDIARY))
inputFile.convention(remapJar.flatMap { it.archiveFile })
archiveClassifier = "moj"
archiveClassifier = "sources"
sourceNamespace = "intermediary"
targetNamespace = "named"
}
Expand Down

0 comments on commit e1ae762

Please sign in to comment.