mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-25 12:06:17 +01:00
Updated gradle file
This commit is contained in:
parent
79e51c7f27
commit
5d4e8d42c8
10
build.gradle
10
build.gradle
@ -421,3 +421,13 @@ publish.finalizedBy 'discordupload'
|
||||
if (!isCanary) {
|
||||
publish.finalizedBy 'curseforge'
|
||||
}
|
||||
|
||||
|
||||
// Set SPIGOT_LOC to the location of your server and SPIGOT_JAR as the name of the jar file in the server you want to run
|
||||
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\\"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user