We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c82cc5 commit 95a59caCopy full SHA for 95a59ca
.github/workflows/main.yml
@@ -19,7 +19,10 @@ jobs:
19
uses: actions/setup-java@v1
20
with:
21
java-version: ${{ matrix.java_version }}
22
- - name: Prepare Build
23
- run: mvn -DskipTests=true clean install -q -pl '!docs,!examples'
+ - name: Install
+ run: mvn -DskipTests=true clean install -q -pl '!docs,!examples' -P checkstyle
24
- name: Build
25
- run: mvn checkstyle:checkstyle package -P checkstyle -pl '!docs,!examples'
+ run: mvn checkstyle:checkstyle package -pl '!docs,!examples' -P checkstyle
26
+ env:
27
+ BUILD_PORT: 0
28
+ BUILD_SECURE_PORT: 0
0 commit comments