Changed base dependency to Paper

This commit is contained in:
Intelli 2021-08-01 16:36:17 -06:00
parent 5e3a19f208
commit 2fd366389b
2 changed files with 12 additions and 21 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 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