Skip to content

Commit

Permalink
Use sapmachine for maven build (#363)
Browse files Browse the repository at this point in the history
With [latest
version](https://github.com/actions/setup-java/releases/tag/v4.3.0) the
github action actions/setup-java supports installing sapmachine :-)
I think we should advertise our Java VM in our projects.
  • Loading branch information
mofterdinger authored Sep 11, 2024
1 parent c75a3e0 commit eed4c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
distribution: 'sapmachine'
- name: Build with Maven
run: mvn -ntp -B clean install

0 comments on commit eed4c2f

Please sign in to comment.