mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-12-02 16:43:38 +01:00
15 lines
277 B
Groovy
15 lines
277 B
Groovy
plugins {
|
|
id 'com.willfp.ecoenchants.java-conventions'
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly project(':API')
|
|
compileOnly 'org.spigotmc:spigot:1.16.2-R0.1-SNAPSHOT'
|
|
}
|
|
|
|
jar{
|
|
archiveName = project.name + " v" + findProperty("version") + ".jar"
|
|
}
|
|
|
|
description = 'v1_16_R2'
|