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
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
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
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '8'
|
||||||
distribution: 'adopt-hotspot'
|
distribution: 'adopt-hotspot'
|
||||||
- name: Cache Maven packages
|
- name: Cache Maven packages
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
# netlify.toml
|
|
||||||
|
|
||||||
[build]
|
|
||||||
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs/"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue