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.
1 parent 1fed6ab commit 5769934Copy full SHA for 5769934
build.gradle
@@ -172,7 +172,7 @@ configure(subprojects.findAll { it.name != "props-core" }) {
172
if(project.name != "core") {
173
instruction 'Require-Bundle', 'org.functionaljava;bundle-version="'+project.fjBaseVersion+'"'
174
}
175
- instruction 'Automatic-Module-Name', "functionaljava${project.name == 'core' ? '' : "-$project.name"}"
+ instruction 'Automatic-Module-Name', "functionaljava${project.name == 'core' ? '' : ".$project.name"}"
176
177
178
0 commit comments