Set workflow Java version back to 8
This commit is contained in:
parent
5e2a99b2a8
commit
b696abd655
2 changed files with 2 additions and 6 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -13,10 +13,10 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
- name: Set up JDK 11
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '11'
|
||||
java-version: '8'
|
||||
distribution: 'adopt-hotspot'
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue