We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcff9d1 + 5769934 commit de992c3Copy full SHA for de992c3
build.gradle
@@ -169,9 +169,10 @@ configure(subprojects.findAll { it.name != "props-core" }) {
169
instruction 'Signature-Version', project.fjVersion
170
instruction 'Bundle-ActivationPolicy', 'lazy'
171
instruction 'Bundle-Vendor', 'functionaljava.org'
172
- if(project.name != "core") {
173
- instruction 'Require-Bundle', 'org.functionaljava;bundle-version="'+project.fjBaseVersion+'"'
174
- }
+ if(project.name != "core") {
+ instruction 'Require-Bundle', 'org.functionaljava;bundle-version="'+project.fjBaseVersion+'"'
+ }
175
+ instruction 'Automatic-Module-Name', "functionaljava${project.name == 'core' ? '' : ".$project.name"}"
176
}
177
178
0 commit comments