Skip to content

Commit

Permalink
https://github.com/gradle/actions/blob/v3/setup-gradle/action.yml#L10…
Browse files Browse the repository at this point in the history
…1-L104
  • Loading branch information
TWiStErRob committed Jan 27, 2024
1 parent e2892a1 commit 93c6f90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
distribution: 'zulu'

- uses: gradle/actions/setup-gradle@v3
with:
arguments: --stacktrace build compatTestJava11

- name: "Build and Test"
run: ./gradlew --stacktrace build compatTestJava11

0 comments on commit 93c6f90

Please sign in to comment.