mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-21 18:16:03 +01:00
Changing version number and updating ignore file
This commit is contained in:
parent
a5c828e010
commit
ffe3201a93
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,6 +11,7 @@
|
|||||||
*.iws
|
*.iws
|
||||||
*.ipr
|
*.ipr
|
||||||
|
|
||||||
|
out/
|
||||||
logs/
|
logs/
|
||||||
classes/
|
classes/
|
||||||
run/
|
run/
|
||||||
|
@ -51,7 +51,7 @@ task copyPlugin {
|
|||||||
doLast {
|
doLast {
|
||||||
copy {
|
copy {
|
||||||
if(System.env.MC_SERVER_LOC == null) {
|
if(System.env.MC_SERVER_LOC == null) {
|
||||||
throw new GradleException('You must set the server location and jar to use')
|
throw new Exception('You must set the server location and jar to use')
|
||||||
}
|
}
|
||||||
println "$buildDir/libs/Advanced-Portals-${version}.jar"
|
println "$buildDir/libs/Advanced-Portals-${version}.jar"
|
||||||
println "${System.env.MC_SERVER_LOC}/plugins/Advanced-Portals-${version}.jar"
|
println "${System.env.MC_SERVER_LOC}/plugins/Advanced-Portals-${version}.jar"
|
||||||
@ -74,7 +74,7 @@ task copyPlugin {
|
|||||||
task runJar() {
|
task runJar() {
|
||||||
doLast {
|
doLast {
|
||||||
if(System.env.MC_SERVER_LOC == null || System.env.MC_SERVER_JAR == null) {
|
if(System.env.MC_SERVER_LOC == null || System.env.MC_SERVER_JAR == null) {
|
||||||
throw new GradleException('You must set the server location and jar to use MC_SERVER_LOC and MC_SERVER_JAR')
|
throw new Exception('You must set the server location and jar to use MC_SERVER_LOC and MC_SERVER_JAR')
|
||||||
}
|
}
|
||||||
javaexec {
|
javaexec {
|
||||||
main "-jar"
|
main "-jar"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
|
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
|
||||||
name: AdvancedPortals
|
name: AdvancedPortals
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
author: sekwah41
|
author: sekwah41
|
@ -1,6 +1,6 @@
|
|||||||
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
|
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
|
||||||
name: AdvancedPortals
|
name: AdvancedPortals
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
author: sekwah41
|
author: sekwah41
|
||||||
description: An advanced portals plugin for bukkit.
|
description: An advanced portals plugin for bukkit.
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
|
Loading…
Reference in New Issue
Block a user