mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-23 15:15:12 +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.15.2-R0.1-SNAPSHOT'
|
|
}
|
|
|
|
jar{
|
|
archiveName = project.name + " v" + findProperty("version") + ".jar"
|
|
}
|
|
|
|
description = 'v1_15_R1'
|