Converted Modules to gradle
This commit is contained in:
17
build.gradle
Normal file
17
build.gradle
Normal file
@@ -0,0 +1,17 @@
|
||||
apply plugin: "java"
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
|
||||
maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "com.github.RedstonerServer:CommandManager:master-SNAPSHOT"
|
||||
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'
|
||||
}
|
||||
Reference in New Issue
Block a user