Skip to content

Commit 3410945

Browse files
committed
dev server properties
1 parent a76813e commit 3410945

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ tasks {
6060
runServer {
6161
runDirectory = layout.projectDirectory.dir('run')
6262
minecraftVersion(project.minecraft_version)
63-
dependsOn('build')
6463
systemProperty('com.mojang.eula.agree', 'true')
64+
systemProperty('Paper.skipServerPropertiesComments', 'true')
65+
dependsOn('build')
6566
downloadPlugins {
6667
url("https://ci.dmulloy2.net/job/ProtocolLib/709/artifact/build/libs/ProtocolLib.jar")
6768
}

0 commit comments

Comments
 (0)