This commit is contained in:
Sekwah 2018-06-04 04:47:50 +01:00 committed by Sekwah
parent 5d4e8d42c8
commit 9eeba2495e

View File

@ -428,6 +428,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\\"
}
}