Skip to content

Commit 6721d64

Browse files
ilayaperumalgleijendary
authored andcommitted
Re-enable javadoc error check on the CI
Signed-off-by: leijendary <[email protected]>
1 parent f5d27fb commit 6721d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: mvn -s settings.xml -Pintegration-tests -Pjavadoc -Dfailsafe.rerunFailingTestsCount=3 --batch-mode --update-snapshots deploy
4444

4545
- name: Generate Java docs
46-
run: mvn javadoc:aggregate -Dmaven.javadoc.failOnError=false
46+
run: mvn javadoc:aggregate
4747

4848
- name: Generate assembly
4949
working-directory: spring-ai-docs

0 commit comments

Comments
 (0)