Skip to content

Commit 7f7c28d

Browse files
committed
attempt 2
1 parent 97d5da2 commit 7f7c28d

File tree

2 files changed

+5
-45
lines changed

2 files changed

+5
-45
lines changed

.github/workflows/main-jdk17-build.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/main-jdk17-mvn4-build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
name: main jdk17 build
18+
name: main jdk17 mvn4 build
1919

2020
on:
2121
pull_request:
@@ -32,11 +32,12 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v4
35-
- name: Set up JDK ${{ matrix.java }}
36-
uses: actions/setup-java@v4
35+
- name: Setup Maven Action
36+
uses: s4u/setup-maven-action@v1.7.0
3737
with:
38-
distribution: 'temurin'
38+
checkout-fetch-depth: 0
3939
java-version: ${{ matrix.java }}
40+
java-distribution: 'temurin'
4041
maven-version: 4.0.0-rc-5
4142
- name: Build with Maven
4243
run: mvn clean test install javadoc:aggregate

0 commit comments

Comments
 (0)