mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-26 13:54:27 +00:00
Update to 1.17
This commit is contained in:
10
.github/workflows/maven.yml
vendored
10
.github/workflows/maven.yml
vendored
@ -7,10 +7,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 16
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 11
|
||||
distribution: temurin
|
||||
java-version: 16
|
||||
cache: maven
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
Reference in New Issue
Block a user