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

Commit e502ae6

Browse files
authored
deps: use nexus-publish plugin (#300)
1 parent 0e60182 commit e502ae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.kokoro/release/stage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ create_gradle_properties_file "${HOME}/.gradle/gradle.properties"
3434

3535
if [[ -n "${AUTORELEASE_PR}" ]]
3636
then
37-
./gradlew publishReleasePublicationToSonatypeRepository
37+
./gradlew closeAndReleaseSonatypeStagingRepository
3838
fi

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ task createApiDocsRedirect {
404404
}
405405

406406
task publishDocs {
407-
dependsOn 'publishReleasePublicationToSonatypeRepository'
407+
dependsOn 'closeAndReleaseSonatypeStagingRepository'
408408
doLast {
409409
exec {
410410
workingDir './tmp_gh-pages'

0 commit comments

Comments
 (0)