EcoEnchants/NMS/v1_15_R1/build.gradle
2020-11-17 11:52:00 +00:00

19 lines
339 B
Groovy

/*
* This file was generated by the Gradle 'init' task.
*/
plugins {
id 'com.willfp.ecoenchants.java-conventions'
}
dependencies {
compileOnly project(':API')
compileOnly 'org.spigotmc:spigot:1.15.2-R0.1-SNAPSHOT'
}
jar{
archiveName = project.name + " v" + findProperty("version") + ".jar"
}
description = 'v1_15_R1'