1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-31 01:59:48 +02:00

Upgrade dependencies and require Java 11

This commit is contained in:
Luck
2025-06-01 16:41:39 +01:00
parent 0486bc885b
commit 9538cb9dad
13 changed files with 96 additions and 91 deletions

View File

@@ -2,7 +2,7 @@ repositories {
maven { url 'https://repo.spongepowered.org/repository/maven-public/' }
}
sourceCompatibility = 17
sourceCompatibility = 21
targetCompatibility = 21
dependencies {