0

Convert to Maven

This commit is contained in:
Dico200
2017-11-15 18:46:37 +00:00
parent df122f639f
commit a7514074e2
9 changed files with 220 additions and 383 deletions

View File

@@ -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'
}