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 {
44 id ' com.diffplug.spotless' version ' 6.2.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
1211wrapper {
@@ -64,6 +63,7 @@ spotless {
6463}
6564
6665nexusPublishing {
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-
8376publishing {
8477 publications {
8578 mavenJava(MavenPublication ) {
You can’t perform that action at this time.
0 commit comments