Skip to content

Commit dd9b01c

Browse files
committed
switch to github actions with pinned versions
1 parent 0640743 commit dd9b01c

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,8 @@ jobs:
2020
distribution: [temurin]
2121

2222
steps:
23-
- name: Checkout code
24-
uses: actions/checkout@v6
25-
26-
- name: Setup JDK
27-
uses: actions/setup-java@v5
23+
- name: Maven Build
24+
uses: wcm-io-devops/github-action-maven-build@v1
2825
with:
29-
distribution: ${{ matrix.distribution }}
3026
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
27+
maven-executable: ./mvnw

0 commit comments

Comments
 (0)