Skip to content

Commit

Permalink
Merge pull request #4760 from reinhapa/fix-javadoc
Browse files Browse the repository at this point in the history
[bugfix] Install current eXist binaries before javadoc
  • Loading branch information
dizzzz authored Feb 21, 2023
2 parents bb32a89 + 16062b7 commit be38896
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
with:
distribution: temurin
java-version: ${{ matrix.jdk }}
- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Maven Javadoc
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

0 comments on commit be38896

Please sign in to comment.