Skip to content

Commit ea252d0

Browse files
committed
ci: Install Temurin JDKs instead of Adoptium
1 parent fca6c3e commit ea252d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
id: jdk
1616
uses: actions/setup-java@v2
1717
with:
18-
java-version: '11'
19-
distribution: 'adopt'
18+
java-version: '11.0.25'
19+
distribution: 'temurin'
2020
- name: Build
2121
run: |
2222
chmod +x gradlew

0 commit comments

Comments
 (0)