[Workflow] Fix shade compile error

This commit is contained in:
lexikiq
2021-05-13 20:58:00 -04:00
parent 8ef31f75bb
commit fdcead4c29
2 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,13 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: JDK 16 Maven Shade Workaround
run: |
git clone https://github.com/apache/maven-shade-plugin.git
cd maven-shade-plugin
mvn clean install
cd ..
- uses: actions/cache@v2
with:
path: ~/.m2/repository

View File

@@ -19,6 +19,13 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: JDK 16 Maven Shade Workaround
run: |
git clone https://github.com/apache/maven-shade-plugin.git
cd maven-shade-plugin
mvn clean install
cd ..
- uses: actions/cache@v2
with:
path: ~/.m2/repository