Skip to content

Commit

Permalink
Remove specific maven setup in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Jun 26, 2023
1 parent 90830bc commit 9bb774c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.2
- name: Install ci.ant
run: |
./mvnw -V clean install -f ci.ant
Expand Down

0 comments on commit 9bb774c

Please sign in to comment.