Skip to content

Commit

Permalink
package modules in JavaDoc CI job
Browse files Browse the repository at this point in the history
apparently Xtext DSLs need to be packaged in order to be used by other modules in the same project
  • Loading branch information
larsk21 committed Dec 2, 2024
1 parent 250bb7b commit d53e6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Verify JavaDoc
run: >
./mvnw clean compile javadoc:javadoc
./mvnw clean package javadoc:javadoc
-DskipTests
--batch-mode
--update-snapshots
Expand Down

0 comments on commit d53e6fd

Please sign in to comment.