Skip to content

Commit

Permalink
update the gradle action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Apr 26, 2024
1 parent ddf9896 commit 8d53bd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build java runtime with Gradle
uses: gradle/gradle-build-action@v2.1.3
uses: gradle/actions/setup-gradle@v3
with:
cache-disabled: false
arguments: |
:java:publishToMavenLocal
-PskipSigning=True
- name: Build ivoa model with Gradle
uses: gradle/gradle-build-action@v2.1.3
uses: gradle/actions/setup-gradle@v3
with:
cache-disabled: false
arguments: |
:ivoa:publishToMavenLocal
-PskipSigning=True
- name: Test sample model with Gradle
uses: gradle/gradle-build-action@v2.1.3
uses: gradle/actions/setup-gradle@v3
with:
cache-disabled: false
arguments: |
Expand Down

0 comments on commit 8d53bd9

Please sign in to comment.