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

deps: use nexus-publish plugin #300

Merged
merged 1 commit into from Oct 6, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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