Skip to content

Commit

Permalink
using the latest Gradle Action
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Dec 13, 2021
1 parent 58d88fb commit 5d1b41f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-versions-watchdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- uses: eskatos/gradle-command-action@v1
- uses: eskatos/gradle-command-action@v2
with:
arguments: check --stacktrace
gradle-version: rc
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ jobs:
- name: Release Micronaut 1.x
env:
SIGNING_SECRET_KEY_PATH: ${{ steps.write_file.outputs.filePath }}
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v2
with:
arguments: publishToSonatype -Pversion=${{ steps.version.outputs.tag }}-micronaut-1.0 -Prelease=true --stacktrace
- name: Release Micronaut 2.x
env:
SIGNING_SECRET_KEY_PATH: ${{ steps.write_file.outputs.filePath }}
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v2
with:
arguments: publishToSonatype -Pversion=${{ steps.version.outputs.tag }}-micronaut-2.0 --stacktrace -PmicronautVersion=2.5.13 -PspockVersion=2.0-groovy-3.0 -PgroovyVersion=3.0.9
- name: Release Micronaut 3.x
env:
SIGNING_SECRET_KEY_PATH: ${{ steps.write_file.outputs.filePath }}
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v2
with:
arguments: gitPublishPush publishToSonatype -Pversion=${{ steps.version.outputs.tag }}-micronaut-3.0 --stacktrace -PmicronautVersion=3.2.1 -PspockVersion=2.0-groovy-3.0 -PgroovyVersion=3.0.9 -Dorg.ajoberstar.grgit.auth.username=${{ secrets.AGORAPULSE_BOT_PERSONAL_TOKEN }}
- name: Close And Release Sonatype Repository
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v2
with:
arguments: closeAndReleaseSonatypeStagingRepository
ping:
Expand Down

0 comments on commit 5d1b41f

Please sign in to comment.