Files
Boosters/eco-core/core-plugin/build.gradle
2021-11-02 09:49:15 +00:00

13 lines
494 B
Groovy

group 'com.willfp'
version rootProject.version
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
compileOnly 'com.gmail.filoghost.holographicdisplays:holographicdisplays-api:2.4.0'
compileOnly 'com.comphenix.protocol:ProtocolLib:4.7.0'
compileOnly 'com.willfp:EcoEnchants:8.2.0'
compileOnly 'com.willfp:EcoSkills:1.2.4'
compileOnly 'com.github.brcdev-minecraft:shopgui-api:2.2.0'
compileOnly fileTree(dir: '../../lib', include: ['*.jar'])
}