mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-26 15:45:12 +01:00
12 lines
298 B
Groovy
12 lines
298 B
Groovy
group 'com.willfp'
|
|
version '1.0.1'
|
|
description = 'Autosell Extension'
|
|
|
|
shadowJar {
|
|
archiveFileName = project.getDescription() + " v" + project.version + ".jar"
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly 'com.github.brcdev-minecraft:shopgui-api:2.2.0'
|
|
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
|
|
} |