Converted to a gradle project
This commit is contained in:
21
build.gradle
Normal file
21
build.gradle
Normal file
@@ -0,0 +1,21 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
archivesBaseName = 'CommandManager'
|
||||
version = '2.0'
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '1.5'
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
// spigot
|
||||
url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/"
|
||||
// spigot dependencies
|
||||
url "https://hub.spigotmc.org/nexus/content/repositories/public/"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.bukkit:bukkit:1.10.2-R0.1-SNAPSHOT'
|
||||
}
|
||||
Reference in New Issue
Block a user