Skip to content

Commit eed4c2f

Browse files
authored
Use sapmachine for maven build (#363)
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.
1 parent c75a3e0 commit eed4c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: actions/setup-java@v4
2626
with:
2727
java-version: 17
28-
distribution: 'temurin'
28+
distribution: 'sapmachine'
2929
- name: Build with Maven
3030
run: mvn -ntp -B clean install

0 commit comments

Comments
 (0)