We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c991b commit 8bc0c8eCopy full SHA for 8bc0c8e
1 file changed
build.gradle
@@ -54,7 +54,7 @@ def pomConfig = {
54
55
tasks.jar {
56
manifest {
57
- attributes('Automatic-Module-Name': project.property('mavenGroupId'))
+ attributes('Automatic-Module-Name': project.property('mavenGroupId') + '.core')
58
}
59
60
0 commit comments