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 f9abf5a commit d143513Copy full SHA for d143513
.github/workflows/build_using_gradle.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v3
20
- uses: actions/setup-java@v3
21
with:
22
- distribution: 'temurin'
+ distribution: 'zulu'
23
java-version: '17'
24
check-latest: true
25
- uses: burrunan/gradle-cache-action@v1
.github/workflows/release.yml
@@ -14,6 +14,8 @@ jobs:
14
uses: actions/setup-java@v3
15
16
java-version: 17
17
18
+ check-latest: true
# TODO make the changelog actually be built
# - name: Build Changelog
# id: build_changelog
0 commit comments