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 aafd66d commit 1726451Copy full SHA for 1726451
build.gradle
@@ -17,7 +17,7 @@ subprojects {
17
// version and group must be specified in the root project
18
// https://github.com/gradle-nexus/publish-plugin/issues/310
19
version = projectVersion
20
-group = 'this.will.be.overridden'
+group = 'org.grails.plugins'
21
subprojects {
22
if (name == 'grails-logical-delete') {
23
apply plugin: 'org.apache.grails.gradle.grails-publish'
0 commit comments