0

Updated spigot to 1.13.2

This commit is contained in:
David Panić
2018-11-13 23:11:34 +01:00
parent 919d4870e5
commit d838bc4963

View File

@@ -23,7 +23,7 @@ dependencies {
implementation "com.github.RedstonerServer:ChatAPI:master-SNAPSHOT" implementation "com.github.RedstonerServer:ChatAPI:master-SNAPSHOT"
implementation "com.github.RedstonerServer:ChestAPI:master-SNAPSHOT" implementation "com.github.RedstonerServer:ChestAPI:master-SNAPSHOT"
compileOnly 'org.spigotmc:spigot-api:1.13.1-R0.1-SNAPSHOT' compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
} }
jar { jar {
@@ -35,4 +35,4 @@ jar {
task sourceJar(type: Jar, dependsOn: classes) { task sourceJar(type: Jar, dependsOn: classes) {
classifier 'sources' classifier 'sources'
from sourceSets.main.allSource from sourceSets.main.allSource
} }