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.
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.