Update grpc-common version to latest release and use th2 gradle plugi… #112
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-* | |
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 }} | |
nvd-api-key: ${{ secrets.NVD_APIKEY }} |