Skip to content

Commit

Permalink
chore: exclude copilot from javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Jan 9, 2025
1 parent b6eb38e commit 956a0f0
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 956a0f0

Please sign in to comment.