Convert to Maven
This commit is contained in:
21
build.gradle
21
build.gradle
@@ -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'
|
||||
}
|
||||
Reference in New Issue
Block a user