summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2017-11-15 18:46:37 +0000
committerDico200 <dico.karssiens@gmail.com>2017-11-15 18:46:37 +0000
commita7514074e222f2836193331c3615e334a8b9ffe7 (patch)
treed28dda9b2a362d68db77e4481fe0a3d7f7c2dbb4 /build.gradle
parentdf122f639ff1cfbe000388593fa88d6ff0f6f17e (diff)
Convert to Maven
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle21
1 files changed, 0 insertions, 21 deletions
diff --git a/build.gradle b/build.gradle
deleted file mode 100644
index 7c7fd50..0000000
--- a/build.gradle
+++ /dev/null
@@ -1,21 +0,0 @@
-apply plugin: 'java'
-apply plugin: 'eclipse'
-archivesBaseName = 'CommandManager'
-version = '2.0'
-
-task wrapper(type: Wrapper) {
- gradleVersion = '3.2.1'
-}
-
-repositories {
- mavenCentral()
-
- maven {
- // spigot
- url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/"
- }
-}
-
-dependencies {
- compile 'org.bukkit:bukkit:1.11.2-R0.1-SNAPSHOT'
-}