Maven -> Gradle
This commit is contained in:
17
NMS/API/build.gradle
Normal file
17
NMS/API/build.gradle
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* This file was generated by the Gradle 'init' task.
|
||||
*/
|
||||
|
||||
plugins {
|
||||
id 'com.willfp.ecoenchants.java-conventions'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT'
|
||||
}
|
||||
|
||||
jar{
|
||||
archiveName = findProperty("Name") + " v" + findProperty("version") + ".jar"
|
||||
}
|
||||
|
||||
description = 'EcoEnchants API'
|
||||
Reference in New Issue
Block a user