Archived
0
This commit is contained in:
Minenash
2018-11-16 19:10:58 -05:00

View File

@@ -14,5 +14,14 @@ dependencies {
implementation "com.github.RedstonerServer:ChatAPI: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'
}
sourceSets {
main {
resources {
srcDir 'src/main/java'
include '**/*.cmd'
}
}
}