mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-02 19:02:33 +02:00
Update Sponge module to API 12
This commit is contained in:
@@ -2,12 +2,15 @@ plugins {
|
||||
alias(libs.plugins.shadow)
|
||||
}
|
||||
|
||||
sourceCompatibility = 17
|
||||
targetCompatibility = 21
|
||||
|
||||
repositories {
|
||||
maven { url 'https://repo.spongepowered.org/repository/maven-public/' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'org.spongepowered:spongeapi:8.0.0'
|
||||
compileOnly 'org.spongepowered:spongeapi:12.0.0'
|
||||
|
||||
implementation project(':api')
|
||||
implementation project(':common:loader-utils')
|
||||
|
@@ -23,7 +23,7 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"id": "spongeapi",
|
||||
"version": "8.0.0"
|
||||
"version": "12.0.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user