mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-01-04 07:28:13 +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(':sponge:sponge-service')
|
||||
|
||||
compileOnly('org.spongepowered:spongeapi:7.1.0') {
|
||||
compileOnly('org.spongepowered:spongeapi:7.2.0') {
|
||||
exclude(module: 'configurate-core')
|
||||
exclude(module: 'configurate-hocon')
|
||||
exclude(module: 'configurate-gson')
|
||||
|
@ -5,7 +5,7 @@ repositories {
|
||||
dependencies {
|
||||
compile project(':common')
|
||||
|
||||
compileOnly('org.spongepowered:spongeapi:7.1.0') {
|
||||
compileOnly('org.spongepowered:spongeapi:7.2.0') {
|
||||
exclude(module: 'configurate-core')
|
||||
exclude(module: 'configurate-hocon')
|
||||
exclude(module: 'configurate-gson')
|
||||
|
Loading…
Reference in New Issue
Block a user