jpenilla / run-task

Gradle plugins adding tasks to run Minecraft server and proxy software
Apache License 2.0
213 stars 18 forks source link

Unable to accept EULA #29

Closed AstralBaby closed 1 year ago

AstralBaby commented 1 year ago

Hi, i'm using the latest release of paper and im unable to accept eula from JavaExec args. image

works with previous versions of paper 😳👌

jpenilla commented 1 year ago

System properties are specified via JVM args (ie jvmArgs("-Dcom.mojang.eula.agree=true")), not program args. Alternatively, you could use the systemProperty(name, value) helper method.