Skip to content

Updated th2 gradle plugin 0.1.7 (bom: 4.10.0) #114

Updated th2 gradle plugin 0.1.7 (bom: 4.10.0)

Updated th2 gradle plugin 0.1.7 (bom: 4.10.0) #114

name: Build and publish jar to sonatype snapshot repository
on:
push:
branches-ignore:
- master
- version-*
- dependabot*
paths-ignore:
- README.md
jobs:
build-job:
uses: th2-net/.github/.github/workflows/compound-java-dev.yml@main
with:
build-target: 'Sonatype'
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 }}