Skip to content

Commit ef671fd

Browse files
committed
saving
1 parent 90d1725 commit ef671fd

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/mvnallversions.yml

+7-9
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
11-
- name: Set up JDKs 11
12-
uses: actions/setup-java@v4
13-
with:
14-
distribution: 'temurin'
15-
java-version: |
16-
11
17-
- name: Test with Java 11
18-
run: mvn test
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-java@v4
12+
with:
13+
distribution: 'temurin'
14+
java-version: '21'
15+
- name: Build with Maven
16+
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)