We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1699220 commit 136dba8Copy full SHA for 136dba8
.github/workflows/build.yml
@@ -16,10 +16,10 @@ jobs:
16
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17
- uses: actions/checkout@v2
18
19
- - name: Set up JDK 9
+ - name: Set up JDK 11
20
uses: actions/setup-java@v2
21
with:
22
- java-version: '9.0.0+181'
+ java-version: '11'
23
distribution: 'adopt'
24
25
- name: Validate Gradle wrapper
0 commit comments