mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-08-22 22:22:56 +02:00
Declare module name for API (#3482)
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
group = 'net.luckperms'
|
group = 'net.luckperms'
|
||||||
project.version = '5.4'
|
project.version = '5.4'
|
||||||
|
|
||||||
|
jar {
|
||||||
|
manifest {
|
||||||
|
attributes('Automatic-Module-Name': 'net.luckperms.api')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'org.checkerframework:checker-qual:3.21.2'
|
compileOnly 'org.checkerframework:checker-qual:3.21.2'
|
||||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||||
|
Reference in New Issue
Block a user