Skip to content

Commit

Permalink
Move to setup-java v2
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam committed Apr 28, 2023
1 parent 31bfa5a commit a8fc322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup java
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
distribution: temurin
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit a8fc322

Please sign in to comment.