Skip to content

Commit 1726451

Browse files
authored
build: set the group in the root project (#14)
1 parent aafd66d commit 1726451

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
@@ -17,7 +17,7 @@ subprojects {
1717
// version and group must be specified in the root project
1818
// https://github.com/gradle-nexus/publish-plugin/issues/310
1919
version = projectVersion
20-
group = 'this.will.be.overridden'
20+
group = 'org.grails.plugins'
2121
subprojects {
2222
if (name == 'grails-logical-delete') {
2323
apply plugin: 'org.apache.grails.gradle.grails-publish'

0 commit comments

Comments
 (0)