File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ plugins {
4
4
id ' com.diffplug.spotless' version ' 6.25.0'
5
5
id ' signing'
6
6
id ' maven-publish'
7
- id ' de.marcphilipp.nexus-publish' version ' 0.4.0'
8
7
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'
10
9
}
11
10
12
11
wrapper {
@@ -64,6 +63,7 @@ spotless {
64
63
}
65
64
66
65
nexusPublishing {
66
+ packageGroup = ' org.gitlab4j'
67
67
repositories {
68
68
sonatype {
69
69
nexusUrl. set(uri(" https://oss.sonatype.org/service/local/" ))
@@ -73,13 +73,6 @@ nexusPublishing {
73
73
}
74
74
}
75
75
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
-
83
76
publishing {
84
77
publications {
85
78
mavenJava(MavenPublication ) {
You can’t perform that action at this time.
0 commit comments