Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
Have to use updated version of setup-java.
  • Loading branch information
effad authored Apr 29, 2024
1 parent 2d0b142 commit 046e328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 11
- name: Build with Gradle
run: ./gradlew test

0 comments on commit 046e328

Please sign in to comment.