1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-22 14:12:48 +02:00

Declare module name for API (#3482)

This commit is contained in:
Luck
2022-09-30 21:10:07 +01:00
parent 8bbb6994b6
commit 495d951556

View File

@@ -1,6 +1,12 @@
group = 'net.luckperms'
project.version = '5.4'
jar {
manifest {
attributes('Automatic-Module-Name': 'net.luckperms.api')
}
}
dependencies {
compileOnly 'org.checkerframework:checker-qual:3.21.2'
compileOnly 'org.jetbrains:annotations:23.0.0'