This commit is contained in:
Sekwah 2018-06-04 04:47:50 +01:00
parent 133f73dca7
commit 4c78dccb0c

View File

@ -30,6 +30,5 @@ task runJar() << {
javaexec {
main="-jar"; args "${System.env.SPIGOT_LOC}\\${System.env.SPIGOT_JAR}.jar";
workingDir = "${System.env.SPIGOT_LOC}";
// classpath = "D:\\Servers\\Spigot 1.8\\"
}
}