Skip to content

Commit

Permalink
Revert "build: Introduce Maven Wrapper (fixes #175)"
Browse files Browse the repository at this point in the history
This reverts commit 55b283f.

Signed-off-by: Michael Vorburger <mike@vorburger.ch>
  • Loading branch information
vorburger committed Aug 30, 2024
1 parent 55b283f commit d7aa4c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 428 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ jobs:
!~/.m2/repository/*SNAPSHOT*
key: ${{ runner.os }}-mvn-${{ hashFiles('**/pom.xml') }}


- name: "Install: Maven 📦"
uses: stCarolas/setup-maven@v5 # https://github.com/stCarolas/setup-maven
with:
maven-version: 3.9.9


- name: Prepare Maven Snapshots Repo
if: ${{ github.ref_name == 'main' && !env.ACT }} # https://github.com/nektos/act#skipping-steps
run: |
Expand Down Expand Up @@ -148,7 +155,7 @@ jobs:
export MAVEN_OPTS
echo "MAVEN_OPTS: $MAVEN_OPTS"
./mvnw \
mvn \
--errors \
--update-snapshots \
--batch-mode \
Expand Down
19 changes: 0 additions & 19 deletions .mvn/wrapper/maven-wrapper.properties

This file was deleted.

259 changes: 0 additions & 259 deletions mvnw

This file was deleted.

Loading

0 comments on commit d7aa4c8

Please sign in to comment.