Changed base dependency to Paper
This commit is contained in:
parent
5e3a19f208
commit
2fd366389b
2 changed files with 12 additions and 21 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 8
|
||||
- name: Set up JDK 16
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '8'
|
||||
java-version: '16'
|
||||
distribution: 'adopt-hotspot'
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue