[Th2 5122] gRPC (single request multiple response) doesn't support re… #1089
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dev build and publish Java distributions to sonatype snapshot repository | |
on: | |
push: | |
branches-ignore: | |
- master | |
- version-* | |
- dependabot* | |
# paths: | |
# - gradle.properties | |
paths-ignore: | |
- README.md | |
jobs: | |
build-job: | |
uses: th2-net/.github/.github/workflows/compound-java-dev.yml@main | |
with: | |
build-target: 'Sonatype' | |
runsOn: ubuntu-latest | |
secrets: | |
sonatypeUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }} | |
sonatypePassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }} | |
sonatypeSigningKey: ${{ secrets.SONATYPE_GPG_ARMORED_KEY }} | |
sonatypeSigningPassword: ${{ secrets.SONATYPE_SIGNING_PASSWORD }} |