mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-12-11 18:06:45 +01:00
14 lines
264 B
Groovy
14 lines
264 B
Groovy
|
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'
|