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 81c7b0e commit 88d4279Copy full SHA for 88d4279
1 file changed
build.gradle
@@ -158,6 +158,7 @@ tasks.withType(Test) {
158
}
159
160
nexusPublishing {
161
+ packageGroup = 'org.graceframework.plugins'
162
repositories {
163
sonatype {
164
def mavenUser = System.getenv("MAVEN_CENTRAL_USER") ?: project.hasProperty("mavenCentralUsername") ? project.mavenCentralUsername : ''
0 commit comments