mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-01-06 08:27:37 +01:00
Build against SpongeAPI 7.2
This commit is contained in:
parent
83e9ac04b2
commit
b79f6b0fdd
@ -6,7 +6,7 @@ dependencies {
|
|||||||
compile project(':common')
|
compile project(':common')
|
||||||
compile project(':sponge:sponge-service')
|
compile project(':sponge:sponge-service')
|
||||||
|
|
||||||
compileOnly('org.spongepowered:spongeapi:7.1.0') {
|
compileOnly('org.spongepowered:spongeapi:7.2.0') {
|
||||||
exclude(module: 'configurate-core')
|
exclude(module: 'configurate-core')
|
||||||
exclude(module: 'configurate-hocon')
|
exclude(module: 'configurate-hocon')
|
||||||
exclude(module: 'configurate-gson')
|
exclude(module: 'configurate-gson')
|
||||||
|
@ -5,7 +5,7 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile project(':common')
|
compile project(':common')
|
||||||
|
|
||||||
compileOnly('org.spongepowered:spongeapi:7.1.0') {
|
compileOnly('org.spongepowered:spongeapi:7.2.0') {
|
||||||
exclude(module: 'configurate-core')
|
exclude(module: 'configurate-core')
|
||||||
exclude(module: 'configurate-hocon')
|
exclude(module: 'configurate-hocon')
|
||||||
exclude(module: 'configurate-gson')
|
exclude(module: 'configurate-gson')
|
||||||
|
Loading…
Reference in New Issue
Block a user