We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca6c3e commit ea252d0Copy full SHA for ea252d0
1 file changed
.github/workflows/ci-cd.yaml
@@ -15,8 +15,8 @@ jobs:
15
id: jdk
16
uses: actions/setup-java@v2
17
with:
18
- java-version: '11'
19
- distribution: 'adopt'
+ java-version: '11.0.25'
+ distribution: 'temurin'
20
- name: Build
21
run: |
22
chmod +x gradlew
0 commit comments