Skip to content

Commit 88d4279

Browse files
committed
Setting packageGroup for publishing
1 parent 81c7b0e commit 88d4279

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ tasks.withType(Test) {
158158
}
159159

160160
nexusPublishing {
161+
packageGroup = 'org.graceframework.plugins'
161162
repositories {
162163
sonatype {
163164
def mavenUser = System.getenv("MAVEN_CENTRAL_USER") ?: project.hasProperty("mavenCentralUsername") ? project.mavenCentralUsername : ''

0 commit comments

Comments
 (0)