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 1bc31b4 commit 2fbca46Copy full SHA for 2fbca46
.github/workflows/main.yml
@@ -5,10 +5,10 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v4
8
- - name: Set up JDK 21
+ - name: Set up JDK 17
9
uses: actions/setup-java@v4
10
with:
11
- java-version: '21'
+ java-version: '17'
12
distribution: 'temurin'
13
- uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5
14
- run: chmod +x ./gradlew
0 commit comments