Skip to content

Commit 136dba8

Browse files
committed
use java 11
1 parent 1699220 commit 136dba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1717
- uses: actions/checkout@v2
1818

19-
- name: Set up JDK 9
19+
- name: Set up JDK 11
2020
uses: actions/setup-java@v2
2121
with:
22-
java-version: '9.0.0+181'
22+
java-version: '11'
2323
distribution: 'adopt'
2424

2525
- name: Validate Gradle wrapper

0 commit comments

Comments
 (0)