Merge branch 'gradle' of https://github.com/RedstonerServer/Modules.git into gradle
This commit is contained in:
11
build.gradle
11
build.gradle
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user