Skip to content

Commit 389cad3

Browse files
committed
Merge branch 'main' into 6.x
2 parents b9588e5 + 6610caf commit 389cad3

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

build.gradle

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ plugins {
44
id 'com.diffplug.spotless' version '6.25.0'
55
id 'signing'
66
id 'maven-publish'
7-
id 'de.marcphilipp.nexus-publish' version '0.4.0'
87
id 'net.researchgate.release' version '3.0.2'
9-
id 'io.codearte.nexus-staging' version '0.22.0'
8+
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
109
}
1110

1211
wrapper {
@@ -64,6 +63,7 @@ spotless {
6463
}
6564

6665
nexusPublishing {
66+
packageGroup = 'org.gitlab4j'
6767
repositories {
6868
sonatype {
6969
nexusUrl.set(uri("https://oss.sonatype.org/service/local/"))
@@ -73,13 +73,6 @@ nexusPublishing {
7373
}
7474
}
7575

76-
nexusStaging {
77-
serverUrl = "https://oss.sonatype.org/service/local/"
78-
packageGroup = 'org.gitlab4j'
79-
username = project.findProperty('sonatypeUser') ?: ''
80-
password = project.findProperty('sonatypePassword') ?: ''
81-
}
82-
8376
publishing {
8477
publications {
8578
mavenJava(MavenPublication) {

0 commit comments

Comments
 (0)