mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-02 21:37:43 +01:00
19 lines
339 B
Groovy
19 lines
339 B
Groovy
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*/
|
|
|
|
plugins {
|
|
id 'com.willfp.ecoenchants.java-conventions'
|
|
}
|
|
|
|
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'
|