Skip to content

Commit c43de8a

Browse files
committed
accept eula
1 parent d8fa2b1 commit c43de8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ tasks.register("printVars") {
171171
tasks.withType<RunServer>().configureEach {
172172
minecraftVersion("1.12.2")
173173
runDirectory.set(layout.projectDirectory.dir("run/paper"))
174+
jvmArgs("-Dcom.mojang.eula.agree=true")
174175
downloadPlugins {
175176
github("lax1dude", "eaglerxserver", "v" + EAGXS_VER, "EaglerXServer.jar")
176177
modrinth("placeholderapi", "2.11.7")

0 commit comments

Comments
 (0)