GregTechCEu / Buildscripts

Shared buildscripts and templates for 1.12.2 Minecraft mods
MIT License
27 stars 10 forks source link

add additionalJavaArguments #98

Closed WaitingIdly closed 4 months ago

WaitingIdly commented 6 months ago

for some projects, you will want to launch with additional java arguments. this may be to test performance, apply additional logging features, or some other reason. this PR allows users to add additional java arguments via a new property for gradle.properties, additionalJavaArguments, and gives an example on the syntax.