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

chore: nexus-publish plugin cannot publish multi-module project to maven central #1512

Merged
merged 1 commit into from
Oct 13, 2021
Merged
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
3 changes: 3 additions & 0 deletions .kokoro/release/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ setup_environment_secrets
mkdir -p ${HOME}/.gradle
create_gradle_properties_file "${HOME}/.gradle/gradle.properties"

# This is a multi module project. Cannot publish directly to maven without
# resolving this issue https://github.com/gradle-nexus/publish-plugin/issues/19
# Might migrate to maven pom in the future.
./gradlew publishToSonatype

if [[ -n "${AUTORELEASE_PR}" ]]
Expand Down