0

Converted project to use Gradle.

This commit is contained in:
Logan Fick
2019-02-08 16:34:43 -05:00
parent 28f33a0efd
commit 31977c9cf4
6 changed files with 273 additions and 42 deletions

12
build.gradle Normal file
View File

@@ -0,0 +1,12 @@
apply plugin: "java"
repositories {
jcenter()
maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
}