Skip to content

Commit

Permalink
Rename for CleanroomLoader compat
Browse files Browse the repository at this point in the history
  • Loading branch information
fonnymunkey committed May 15, 2024
1 parent 4e7b7a2 commit 88fb48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'org.spongepowered.mixin'

version = "${mod_version}"
group = "${mod_id}"
archivesBaseName = "${mod_name}"
archivesBaseName = '`' + "${mod_name}"

java.toolchain.languageVersion = JavaLanguageVersion.of(8)
java.withSourcesJar()
Expand Down

0 comments on commit 88fb48e

Please sign in to comment.