LuckPerms/sponge/sponge-service/build.gradle

19 lines
447 B
Groovy
Raw Normal View History

2018-08-10 21:39:29 +02:00
dependencies {
compile project(':common')
2018-08-10 21:39:29 +02:00
compileOnly('org.spongepowered:spongeapi:7.0.0') {
exclude(module: 'configurate-core')
exclude(module: 'configurate-hocon')
exclude(module: 'configurate-gson')
exclude(module: 'configurate-yaml')
}
compileOnly 'com.google.guava:guava:21.0'
}
repositories {
maven {
name 'sponge-repo'
url 'https://repo.spongepowered.org/maven'
}
}