mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2025-02-06 00:04:29 +01:00
Set workflow Java version back to 8
This commit is contained in:
parent
5e2a99b2a8
commit
b696abd655
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
|
||||
|
@ -1,4 +0,0 @@
|
||||
# netlify.toml
|
||||
|
||||
[build]
|
||||
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs/"
|
Loading…
Reference in New Issue
Block a user