Skip to content

Commit d143513

Browse files
committed
Update release scripts
1 parent f9abf5a commit d143513

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build_using_gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-java@v3
2121
with:
22-
distribution: 'temurin'
22+
distribution: 'zulu'
2323
java-version: '17'
2424
check-latest: true
2525
- uses: burrunan/gradle-cache-action@v1

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: actions/setup-java@v3
1515
with:
1616
java-version: 17
17+
distribution: 'zulu'
18+
check-latest: true
1719
# TODO make the changelog actually be built
1820
# - name: Build Changelog
1921
# id: build_changelog

0 commit comments

Comments
 (0)