Skip to content

Commit 195d8c0

Browse files
wip: update build java distribution
1 parent 7ad27d3 commit 195d8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
uses: actions/setup-java@v2
2828
with:
2929
java-version: '17'
30-
distribution: 'temurin'
31-
cache: gradle
30+
# distribution: 'temurin'
31+
# cache: gradle
3232
- name: Grant execute permission for gradlew
3333
run: chmod +x gradlew
3434
- name: Clean all modules

0 commit comments

Comments
 (0)