Skip to content

Commit

Permalink
more checks
Browse files Browse the repository at this point in the history
  • Loading branch information
khjxiaogu committed Dec 16, 2024
1 parent 4230733 commit 506d33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ tasks.register('joinLangTask') {
buildDir=new File(project.buildDir,"jointLang");
}
inputs.dir "$rootDir/src/main/resources/assets/frostedheart/lang"
if(new File("$rootDir/src/generated/resources/assets/frostedheart/lang").exists())
inputs.dir "$rootDir/src/generated/resources/assets/frostedheart/lang"
outputs.dir buildDir

Expand Down

0 comments on commit 506d33a

Please sign in to comment.