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.
1 parent 63a20c4 commit 8bbe995Copy full SHA for 8bbe995
.github/workflows/build-matrix.yml
@@ -13,21 +13,15 @@ jobs:
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
17
- name: Mustache Specs
18
run: |
19
git submodule update --init --recursive
20
- name: Set up JDK ${{ matrix.java_version }}
21
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v3
22
with:
23
java-version: ${{ matrix.java_version }}
24
- name: Install
25
run: mvn clean install -DskipTests --batch-mode --no-transfer-progress
26
- env:
27
- BUILD_PORT: 0
28
- BUILD_SECURE_PORT: 0
29
- name: Build
30
run: mvn clean package --batch-mode --no-transfer-progress
31
32
33
0 commit comments