[Idea]: Folia support for OpenInv #196

Closed
reabuc wants to merge 137 commits from master into master
54 changed files with 2365 additions and 1894 deletions
Showing only changes of commit dd90b5281f - Show all commits

View File

@@ -12,9 +12,10 @@ jobs:
uses: actions/checkout@v2
- name: Set Up Java
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 16
distribution: 'adopt'
java-version: '17'
# Use cache to speed up build
- name: Cache Maven Repo