Skip to content

Commit

Permalink
fix: keep the default value for basepom.javadoc.skip as it breaks wit…
Browse files Browse the repository at this point in the history
…h java 21
  • Loading branch information
seguri committed Mar 29, 2024
1 parent daffc4f commit dc3aa58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>name.seguri.java</groupId>
<artifactId>springpom</artifactId>
<version>3.2.4-1</version>
<version>3.2.4-2</version>
<packaging>pom</packaging>

<scm>
Expand Down Expand Up @@ -45,7 +45,6 @@
<dep.plugin.spotless.version>2.43.0</dep.plugin.spotless.version>

<basepom.compiler.fail-warnings>true</basepom.compiler.fail-warnings>
<basepom.javadoc.skip>false</basepom.javadoc.skip>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit dc3aa58

Please sign in to comment.