Skip to content

Commit

Permalink
Merge pull request #50 from sullis/temurin-jdk
Browse files Browse the repository at this point in the history
use Temurin JDK
  • Loading branch information
oertl authored Apr 1, 2024
2 parents 79abab7 + d8bea5d commit 9c49287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'
distribution: 'temurin'
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt'
distribution: 'temurin'
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 9c49287

Please sign in to comment.