Revert to Java 15

This commit is contained in:
lexikiq
2021-05-13 21:35:08 -04:00
parent 41fb7e137a
commit 9c6eb97a28
10 changed files with 11 additions and 85 deletions

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
java: [16]
java: [15]
steps:
- uses: actions/checkout@v2
@@ -19,13 +19,6 @@ 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

@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
java: [16]
java: [15]
steps:
- uses: actions/checkout@v2
@@ -19,13 +19,6 @@ 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