Skip to content

Commit

Permalink
Publish shadow jar instead of regular one as a workaround for issue o…
Browse files Browse the repository at this point in the history
…pensearch-project#778. (opensearch-project#779) (opensearch-project#785)

Signed-off-by: Yury-Fridlyand <[email protected]>
(cherry picked from commit b735d3f)

Co-authored-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
1 parent 1d848a5 commit 2275922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
export SONATYPE_PASSWORD=$(aws secretsmanager get-secret-value --secret-id maven-snapshots-password --query SecretString --output text)
echo "::add-mask::$SONATYPE_USERNAME"
echo "::add-mask::$SONATYPE_PASSWORD"
./gradlew publishPluginZipPublicationToSnapshotsRepository publishJarsPublicationToSnapshotsRepository
./gradlew publishPluginZipPublicationToSnapshotsRepository publishShadowPublicationToSnapshotsRepository

0 comments on commit 2275922

Please sign in to comment.