Maven -> Gradle

This commit is contained in:
Jpuf0
2020-11-17 11:52:00 +00:00
parent e36dbe6a7e
commit 0e0a6296ef
11 changed files with 292 additions and 1 deletions

17
NMS/API/build.gradle Normal file
View 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'