[Idea]: Folia support for OpenInv #196
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -12,9 +12,10 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set Up Java
|
- name: Set Up Java
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: 16
|
distribution: 'adopt'
|
||||||
|
java-version: '17'
|
||||||
|
|
||||||
# Use cache to speed up build
|
# Use cache to speed up build
|
||||||
- name: Cache Maven Repo
|
- name: Cache Maven Repo
|
||||||
|
Reference in New Issue
Block a user