We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ae973 commit 9edd402Copy full SHA for 9edd402
.github/release.sh
@@ -14,4 +14,4 @@ if [ "${FLAVOUR}" == 'javax' ]; then
14
.github/add-javax-suffix.sh
15
fi
16
17
-./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepository
+./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepositories
build.gradle
@@ -30,7 +30,7 @@ plugins {
30
id "biz.aQute.bnd.builder" version "6.4.0" apply false
31
id "org.sonarqube" version "5.1.0.4882"
32
id "jacoco"
33
- id "io.github.gradle-nexus.publish-plugin" version '1.3.0'
+ id "io.github.gradle-nexus.publish-plugin" version '2.0.0'
34
}
35
36
sonarqube {
0 commit comments