We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76813e commit 3410945Copy full SHA for 3410945
build.gradle
@@ -60,8 +60,9 @@ tasks {
60
runServer {
61
runDirectory = layout.projectDirectory.dir('run')
62
minecraftVersion(project.minecraft_version)
63
- dependsOn('build')
64
systemProperty('com.mojang.eula.agree', 'true')
+ systemProperty('Paper.skipServerPropertiesComments', 'true')
65
+ dependsOn('build')
66
downloadPlugins {
67
url("https://ci.dmulloy2.net/job/ProtocolLib/709/artifact/build/libs/ProtocolLib.jar")
68
}
0 commit comments