Skip to content

Commit

Permalink
Fix intentionally_untranslated.json being included in the mod jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 12, 2025
1 parent 44177cc commit 7da725e
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 @@ -113,6 +113,8 @@ jar {
from("LICENSE") {
rename {"${it}_${base.archivesName.get()}"}
}

exclude("intentionally_untranslated.json")
}

import com.diffplug.spotless.generic.LicenseHeaderStep
Expand Down

0 comments on commit 7da725e

Please sign in to comment.