Skip to content

Commit

Permalink
Disable making the source jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZekerZhayard committed Dec 23, 2024
1 parent c6f10c2 commit 009f040
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ subprojects {
replace '@MOD_FULL_VERSION@', project.version
replace '@MOD_BUILD_NUMBER@', VersionUtil.getBuildNum()
replaceIn 'CustomSkinLoader.java'

makeObfSourceJar = false
}

if (project.name != "Dummy") {
Expand Down

0 comments on commit 009f040

Please sign in to comment.