Skip to content

Commit

Permalink
use newer Maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jun 28, 2024
1 parent aaff29e commit 9712d21
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,17 @@ jobs:
java-version: 21
cache: maven

# Tycho 4 requires Maven 3.8 at least
- name: Update Maven
run: |
wget -q https://dlcdn.apache.org/maven/maven-3/3.9.8/binaries/apache-maven-3.9.8-bin.tar.gz
tar xzf apache-maven-3.9.8-bin.tar.gz && rm apache-maven-3.9.8-bin.tar.gz
mv apache-maven-3.9.8 maven
# https://stackoverflow.com/questions/71069/can-maven-be-made-less-verbose
- name: Maven Build
run: |
mvn verify -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
maven/bin/mvn verify -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
# see https://github.com/WebFreak001/deploy-nightly
- name: Deploy standalone generator
Expand Down

0 comments on commit 9712d21

Please sign in to comment.