mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
15 lines
242 B
Groovy
15 lines
242 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly project(':API')
|
|
compileOnly 'org.spigotmc:spigot:1.16.4-R0.1-SNAPSHOT'
|
|
}
|
|
|
|
jar{
|
|
archiveName = project.name + " v" + findProperty("version") + ".jar"
|
|
}
|
|
|
|
description = 'v1_16_R3'
|