Skip to content

Commit

Permalink
Adjust javadoc plugin to work with latest automated dependabot changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Sep 13, 2024
1 parent aacb9e3 commit 09c0c0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ under the License.
<jacoco.complexityRatio>1.00</jacoco.complexityRatio>

<skip.format.code>true</skip.format.code>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<build>
Expand All @@ -107,6 +110,7 @@ under the License.
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<configuration>
Expand Down

0 comments on commit 09c0c0a

Please sign in to comment.