Skip to content

Commit

Permalink
HPCC4J-670 Fix workflow issues pertaining to spark-hpcc migration
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Gardner <[email protected]>
  • Loading branch information
Michael-Gardner committed Dec 19, 2024
1 parent bda0844 commit 6d04d7f
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 clean install javadoc:javadoc
run: mvn -B -Dmaven.test.skip=True clean install javadoc:javadoc

0 comments on commit 6d04d7f

Please sign in to comment.