Skip to content

Commit

Permalink
Downgrade Maven.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Mar 7, 2023
1 parent 6d2dffb commit ce0ab30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.5
- name: Build with Maven
run: mvn -f chemclipse/releng/org.eclipse.chemclipse.aggregator/pom.xml -T 1C verify --batch-mode --no-transfer-progress

0 comments on commit ce0ab30

Please sign in to comment.