Skip to content

Commit

Permalink
Define Java distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
anaiberta authored Nov 26, 2024
1 parent 1e122ff commit 892edc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: temurin
java-version: '17'

- name: Cache Gradle packages
uses: actions/cache@v4
Expand Down

0 comments on commit 892edc2

Please sign in to comment.