Skip to content

Commit

Permalink
ci: Install Temurin JDKs instead of Adoptium
Browse files Browse the repository at this point in the history
  • Loading branch information
thehale committed Jan 4, 2025
1 parent fca6c3e commit ea252d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
id: jdk
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
java-version: '11.0.25'
distribution: 'temurin'
- name: Build
run: |
chmod +x gradlew
Expand Down

0 comments on commit ea252d0

Please sign in to comment.