Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [ "${FLAVOUR}" == 'javax' ]; then
.github/add-javax-suffix.sh
fi

./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepository
./gradlew clean build publishToSonatype closeAndReleaseSonatypeStagingRepositories
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins {
id "biz.aQute.bnd.builder" version "6.4.0" apply false
id "org.sonarqube" version "4.4.1.3373"
id "jacoco"
id "io.github.gradle-nexus.publish-plugin" version '1.3.0'
id "io.github.gradle-nexus.publish-plugin" version '2.0.0'
}

sonarqube {
Expand Down
Loading