Converted Modules to gradle
This commit is contained in:
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
/.gradle/
|
||||||
|
/build/
|
||||||
|
/bin/
|
||||||
|
|
||||||
|
/.settings/
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
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'
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user