Configure Actions for Java 16
This commit is contained in:
6
.github/workflows/pr-pipeline.yml
vendored
6
.github/workflows/pr-pipeline.yml
vendored
@@ -14,10 +14,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK 8
|
- name: Set up JDK 16
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: '8'
|
java-version: '16'
|
||||||
distribution: 'adopt'
|
distribution: 'temurin'
|
||||||
- name: Build with Maven (compile -> test -> package)
|
- name: Build with Maven (compile -> test -> package)
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user