Skip to content

Commit

Permalink
chore(reelase): add root-project groupid
Browse files Browse the repository at this point in the history
Define `group` for rootProject so that nexus-publish plugin correctly matches staging repository via Gradle task `findSonatypeStagingRepo`.

This is suggested in gradle-nexus/publish-plugin#310.
  • Loading branch information
puneetbehl committed Mar 14, 2024
1 parent 9137f43 commit f76299d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
id 'org.asciidoctor.jvm.convert'
}

group = 'org.grails'
version = projectVersion
ext.set('grailsVersion', libs.versions.grails.asProvider().get())
ext.set('isSnapshot', version.endsWith('-SNAPSHOT'))
Expand Down

0 comments on commit f76299d

Please sign in to comment.