1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-31 18:11:44 +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

@@ -1,6 +1,9 @@
group = 'net.luckperms'
project.version = '5.5'
sourceCompatibility = 1.8
targetCompatibility = 1.8
jar {
manifest {
attributes('Automatic-Module-Name': 'net.luckperms.api')