Skip to content

Commit 8bc0c8e

Browse files
committed
- fixes jigsaw module name to make it unique
1 parent 34c991b commit 8bc0c8e

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
@@ -54,7 +54,7 @@ def pomConfig = {
5454

5555
tasks.jar {
5656
manifest {
57-
attributes('Automatic-Module-Name': project.property('mavenGroupId'))
57+
attributes('Automatic-Module-Name': project.property('mavenGroupId') + '.core')
5858
}
5959
}
6060

0 commit comments

Comments
 (0)