We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d5da2 commit 7f7c28dCopy full SHA for 7f7c28d
.github/workflows/main-jdk17-build.yml
.github/workflows/main-jdk17-mvn4-build.yml
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
#
17
18
-name: main jdk17 build
+name: main jdk17 mvn4 build
19
20
on:
21
pull_request:
@@ -32,11 +32,12 @@ jobs:
32
33
steps:
34
- uses: actions/checkout@v4
35
- - name: Set up JDK ${{ matrix.java }}
36
- uses: actions/setup-java@v4
+ - name: Setup Maven Action
+ uses: s4u/setup-maven-action@v1.7.0
37
with:
38
- distribution: 'temurin'
+ checkout-fetch-depth: 0
39
java-version: ${{ matrix.java }}
40
+ java-distribution: 'temurin'
41
maven-version: 4.0.0-rc-5
42
- name: Build with Maven
43
run: mvn clean test install javadoc:aggregate
0 commit comments