Set workflow Java version back to 8

This commit is contained in:
Intelli 2021-07-16 16:54:53 -06:00
parent 5e2a99b2a8
commit b696abd655
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -1,4 +0,0 @@
# netlify.toml
[build]
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs/"