Skip to content

Commit

Permalink
build: overrideModuleName() for headlong
Browse files Browse the repository at this point in the history
To support older versions until all repositories update to the latest.

Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed Nov 23, 2024
1 parent 540467a commit 0df3088
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ extraJavaModuleInfo {
module("io.perfmark:perfmark-api", "io.perfmark")
module("javax.inject:javax.inject", "javax.inject")
module("commons-codec:commons-codec", "org.apache.commons.codec")
module("com.esaulpaugh:headlong", "com.esaulpaugh.headlong")
module("com.esaulpaugh:headlong", "com.esaulpaugh.headlong") {
exportAllPackages()
overrideModuleName() // for older versions with 'Automatic-Module-Name: headlong'
}
module("org.connid:framework", "org.connid.framework")
module("org.connid:framework-internal", "org.connid.framework.internal") {
exportAllPackages()
Expand Down

0 comments on commit 0df3088

Please sign in to comment.