Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
deps: use nexus-publish plugin (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Oct 6, 2021
1 parent 0e60182 commit e502ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kokoro/release/stage.sh
Expand Up @@ -34,5 +34,5 @@ create_gradle_properties_file "${HOME}/.gradle/gradle.properties"

if [[ -n "${AUTORELEASE_PR}" ]]
then
./gradlew publishReleasePublicationToSonatypeRepository
./gradlew closeAndReleaseSonatypeStagingRepository
fi
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -404,7 +404,7 @@ task createApiDocsRedirect {
}

task publishDocs {
dependsOn 'publishReleasePublicationToSonatypeRepository'
dependsOn 'closeAndReleaseSonatypeStagingRepository'
doLast {
exec {
workingDir './tmp_gh-pages'
Expand Down

0 comments on commit e502ae6

Please sign in to comment.