Skip to content

Commit 2b84e2e

Browse files
authored
Merge branch 'master' into update_exception_visibility
2 parents 008904b + 83ef53f commit 2b84e2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
- uses: actions/checkout@v2
1919

2020
- name: Set up JDK 11
21-
uses: actions/setup-java@v1
21+
uses: actions/setup-java@v4
2222
with:
23+
distribution: 'temurin'
2324
java-version: 11
2425

2526
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)