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 bb32a89 commit 16062b7Copy full SHA for 16062b7
.github/workflows/ci-docs.yml
@@ -19,12 +19,6 @@ jobs:
19
with:
20
distribution: temurin
21
java-version: ${{ matrix.jdk }}
22
- - name: Cache Maven packages
23
- uses: actions/cache@v2
24
- with:
25
- path: ~/.m2
26
- key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
27
- restore-keys: ${{ runner.os }}-m2
28
- name: Maven Javadoc
29
- run: mvn -V -B -q -T 2C javadoc:javadoc
+ run: mvn -V -B -q -T 2C install javadoc:javadoc -DskipTests -Ddependency-check.skip=true --projects '!exist-distribution,!exist-installer' --also-make
30
0 commit comments