Skip to content

Commit

Permalink
JIJ
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Jul 30, 2024
1 parent ce7e09d commit 83fe40c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testproject/jijtest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def serviceJar = tasks.register("serviceJar", Jar) {
archiveClassifier = "service"
manifest {
attributes(
'FMLModType': "LIBRARY"
'FMLModType': 'LIBRARY',
'Automatic-Module-Name': 'jij.service'
)
}
}
Expand Down

0 comments on commit 83fe40c

Please sign in to comment.