Skip to content

Commit

Permalink
Declare module name for API (LuckPerms#3482)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucko committed Sep 30, 2022
1 parent 8bbb699 commit 495d951
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 495d951

Please sign in to comment.