Skip to content

Commit

Permalink
Bump docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 25, 2024
1 parent c63f2f6 commit 1a73a35
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions vertx-codegen-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@
<execution>
<id>default-compile</id>
<configuration>
<annotationProcessors>
<annotationProcessor>io.vertx.docgen.JavaDocGenProcessor</annotationProcessor>
</annotationProcessors>
<annotationProcessorPaths>
<annotationProcessorPath>
<groupId>io.vertx</groupId>
<artifactId>vertx-docgen-processor</artifactId>
<classifier>processor</classifier>
</annotationProcessorPath>
</annotationProcessorPaths>
<compilerArgs>
<arg>-Adocgen.source=${asciidoc.dir}</arg>
<arg>-Adocgen.output=${project.build.directory}/asciidoc/java</arg>
Expand Down
10 changes: 7 additions & 3 deletions vertx-codegen-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,13 @@
<execution>
<id>default-compile</id>
<configuration>
<annotationProcessors>
<annotationProcessor>io.vertx.docgen.JavaDocGenProcessor</annotationProcessor>
</annotationProcessors>
<annotationProcessorPaths>
<annotationProcessorPath>
<groupId>io.vertx</groupId>
<artifactId>vertx-docgen-processor</artifactId>
<classifier>processor</classifier>
</annotationProcessorPath>
</annotationProcessorPaths>
<compilerArgs>
<arg>-Adocgen.source=${asciidoc.dir}</arg>
<arg>-Adocgen.output=${project.build.directory}/asciidoc/java</arg>
Expand Down

0 comments on commit 1a73a35

Please sign in to comment.