Skip to content

Commit 8bbe995

Browse files
committed
prepare for maven release
1 parent 63a20c4 commit 8bbe995

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build-matrix.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,15 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v1
16+
uses: actions/checkout@v3
1717
- name: Mustache Specs
1818
run: |
1919
git submodule update --init --recursive
2020
- name: Set up JDK ${{ matrix.java_version }}
21-
uses: actions/setup-java@v1
21+
uses: actions/setup-java@v3
2222
with:
2323
java-version: ${{ matrix.java_version }}
2424
- name: Install
2525
run: mvn clean install -DskipTests --batch-mode --no-transfer-progress
26-
env:
27-
BUILD_PORT: 0
28-
BUILD_SECURE_PORT: 0
2926
- name: Build
3027
run: mvn clean package --batch-mode --no-transfer-progress
31-
env:
32-
BUILD_PORT: 0
33-
BUILD_SECURE_PORT: 0

0 commit comments

Comments
 (0)