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 d4432f3 commit b3dd542Copy full SHA for b3dd542
.github/workflows/github-pages.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/setup-java@v4
29
with:
30
distribution: temurin
31
- java-version: 11
+ java-version: 17
32
- uses: dhkatz/[email protected]
33
id: get_version
34
- uses: gradle/gradle-build-action@v2
.github/workflows/gradle-check.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
- name: Build with Gradle
23
run: ./gradlew check
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
token: ${{ secrets.GITHUB_TOKEN }}
15
16
0 commit comments