Skip to content

Commit

Permalink
Remove setup-maven action from release job
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Apr 26, 2024
1 parent 65e1206 commit f00321b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
distribution: temurin
java-version: 17

- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.8

- name: Maven release ${{steps.metadata.outputs.current-version}}
run: |
export MAVEN_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED"
Expand Down

0 comments on commit f00321b

Please sign in to comment.