We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0640743 commit dd9b01cCopy full SHA for dd9b01c
1 file changed
.github/workflows/maven-build.yml
@@ -20,15 +20,8 @@ jobs:
20
distribution: [temurin]
21
22
steps:
23
- - name: Checkout code
24
- uses: actions/checkout@v6
25
-
26
- - name: Setup JDK
27
- uses: actions/setup-java@v5
+ - name: Maven Build
+ uses: wcm-io-devops/github-action-maven-build@v1
28
with:
29
- distribution: ${{ matrix.distribution }}
30
java-version: ${{ matrix.java }}
31
- cache: maven
32
33
- - name: Build and verify
34
- run: ./mvnw -s ./.maven-settings.xml -Pcontinuous-integration -B -U clean verify
+ maven-executable: ./mvnw
0 commit comments