Skip to content

Commit

Permalink
Javadoc generation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmcmu committed Dec 5, 2023
1 parent 35b3485 commit d6a6810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javadocTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Build with Maven
run: mvn -B -Dmaven.test.skip=True clean install javadoc:javadoc
run: mvn -B clean install javadoc:javadoc

0 comments on commit d6a6810

Please sign in to comment.