Skip to content

Commit 9735fac

Browse files
changed 'java-version' in gradle.yml to 16
1 parent 52e5c12 commit 9735fac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 11
19+
- name: Set up JDK 16
2020
uses: actions/setup-java@v2
2121
with:
22-
java-version: '11'
22+
java-version: '16'
2323
distribution: 'adopt'
2424
- name: Grant execute permission for gradlew
2525
run: chmod +x gradlew

0 commit comments

Comments
 (0)