mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-02 21:37:43 +01:00
14 lines
233 B
Groovy
14 lines
233 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly 'org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT'
|
|
}
|
|
|
|
jar{
|
|
archiveFileName = findProperty("Name") + " v" + findProperty("version") + ".jar"
|
|
}
|
|
|
|
description = 'EcoEnchants API'
|