Skip to content

Commit 5769934

Browse files
author
Grégoire Neuville
committed
Dash character isn't allowed in modules names
1 parent 1fed6ab commit 5769934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ configure(subprojects.findAll { it.name != "props-core" }) {
172172
if(project.name != "core") {
173173
instruction 'Require-Bundle', 'org.functionaljava;bundle-version="'+project.fjBaseVersion+'"'
174174
}
175-
instruction 'Automatic-Module-Name', "functionaljava${project.name == 'core' ? '' : "-$project.name"}"
175+
instruction 'Automatic-Module-Name', "functionaljava${project.name == 'core' ? '' : ".$project.name"}"
176176
}
177177
}
178178

0 commit comments

Comments
 (0)