summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2019-02-08 14:40:29 -0500
committerLogan Fick <logaldeveloper@protonmail.com>2019-02-08 14:40:29 -0500
commit219be0022489b4492b81db38fcb58ef85a29ffd3 (patch)
tree9a52642e5f6dda4e467cddb729ea21e599ec0a4d /build.gradle
parentdf60cbeb2e4f2956a85b8d140386a8763d3fc641 (diff)
Converted project to use Gradle.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..14fb426
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,10 @@
+apply plugin: "java"
+
+repositories {
+ 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'
+} \ No newline at end of file