Skip to content

Commit

Permalink
fix!: set Automatic-Module-Name
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Currently, the automatic module name is resolved
to `neonbee.core`. This commit changes the automatic module name
to `io.neonbee.core`.
  • Loading branch information
halber authored and kristian committed Jan 16, 2024
1 parent 51edba0 commit 9e381e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/distribution.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ task coreJar(type: Jar) {
manifest {
attributes 'Main-Class': "${mainClass}"
attributes 'Multi-Release': 'true' // see https://github.com/infinispan/infinispan-quarkus/issues/55#issuecomment-995027501
attributes('Automatic-Module-Name': 'io.neonbee.core')
}

exclude 'META-INF/*.RSA', 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/NOTICE', 'META-INF/LICENSE'
Expand Down

0 comments on commit 9e381e8

Please sign in to comment.