Skip to content

Commit

Permalink
chore: exclude copilot from javadoc generation (#7179) (#7180)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhe Sun <[email protected]>
  • Loading branch information
vaadin-bot and ZheSun88 authored Jan 9, 2025
1 parent 4d5a9d3 commit 757fe4a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<!--No point to have copilot, as copilot does not have public API-->
<groupId>com.vaadin</groupId>
<artifactId>copilot</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down

0 comments on commit 757fe4a

Please sign in to comment.