We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
s4u/setup-maven-action
1 parent 1fe5631 commit e600795Copy full SHA for e600795
.github/workflows/maven.yml
@@ -1,21 +1,18 @@
1
name: CI
2
on:
3
+ push:
4
pull_request:
- branches:
5
- - master
6
jobs:
7
build:
8
strategy:
9
matrix:
10
java: ["11", "17"]
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
14
- - name: Set up JDK ${{ matrix.java }}
15
- uses: actions/setup-java@v3
+ - name: Setup Maven Action
+ uses: s4u/[email protected]
16
with:
17
java-version: "${{ matrix.java }}"
18
- distribution: temurin
19
- name: Build with Maven
20
run: mvn -B -V -ntp -Dstyle.color=always package
21
env:
0 commit comments