Skip to content

Commit

Permalink
Stop it gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Dec 15, 2023
1 parent 386bc7b commit d797b74
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 @@ -73,7 +73,7 @@ subprojects { subProject ->
)

if (subProject.name != 'junit') {
manifest.attributes.putValue('FMLModType', subProject.name.startsWith("language") ? 'LANGPROVIDER' : subProject.name == "events" ? 'GAMELIBRARY' : 'LIBRARY',)
manifest.attributes.put('FMLModType', subProject.name.startsWith("language") ? 'LANGPROVIDER' : subProject.name == "events" ? 'GAMELIBRARY' : 'LIBRARY',)
}
}

Expand Down

0 comments on commit d797b74

Please sign in to comment.