We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56aeede commit bb5d648Copy full SHA for bb5d648
1 file changed
.github/workflows/maven-build.yml
@@ -21,20 +21,11 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v3
25
-# - name: Set up JDK 21
26
-# uses: actions/setup-java@v3
27
-# with:
28
-# java-version: '21'
29
-# distribution: 'temurin'
30
-# cache: maven
31
-
32
- - name: Set up Maven
33
- uses: actions/setup-java@v3
+ - name: Setup Maven
+ uses: s4u/setup-maven-action@1.9.0
34
with:
35
- java-version: '21'
36
- distribution: 'temurin'
37
- maven-versions: '3.9.9'
+ java-version: 21
+ java-distribution: temurin
38
39
- name: Build with Maven
40
run: mvn -B -V package
0 commit comments