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 e0630c4 commit 889fdebCopy full SHA for 889fdeb
.github/workflows/ci-test.yml
@@ -40,7 +40,7 @@ jobs:
40
distribution: temurin
41
java-version: ${{ env.DEV_JDK }}
42
cache: 'maven'
43
- - run: mvn -V -B -q -T 2C install javadoc:javadoc -DskipTests -D'dependency-check.skip' -D'license.skip' --projects '!exist-distribution,!exist-installer' --also-make
+ - run: mvn -V -B -q -T 1C install javadoc:javadoc -DskipTests -D'dependency-check.skip' -D'license.skip' --projects '!exist-distribution,!exist-installer' --also-make
44
test:
45
name: ${{ matrix.os }} Test
46
strategy:
0 commit comments