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 2a77ea6 commit b700d69Copy full SHA for b700d69
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v5
21
- uses: actions/setup-java@v5
22
with:
23
- distribution: 'zulu'
+ distribution: 'temurin'
24
java-version-file: .github/workflows/.java-version
25
- uses: gradle/actions/setup-gradle@v5
26
- run: ./gradlew build "-PtestGradleVersion=${{ matrix.gradle }}" --stacktrace
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
0 commit comments