Skip to content

Commit

Permalink
build: adapt basepom config
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbrunner committed Sep 28, 2024
1 parent 14b6de9 commit 48bd820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.basepom</groupId>
<artifactId>basepom-minimal</artifactId>
<version>59</version>
<version>60</version>
</parent>

<name>solarpos</name>
Expand Down Expand Up @@ -41,7 +41,7 @@

<basepom.check.skip-dependency>true</basepom.check.skip-dependency>
<basepom.check.skip-checkstyle>true</basepom.check.skip-checkstyle>
<basepom.check.skip-pmd>true</basepom.check.skip-pmd> <!-- temporary until it works with Java 21 -->
<basepom.check.fail-spotbugs>false</basepom.check.fail-spotbugs>
</properties>

<scm>
Expand Down

0 comments on commit 48bd820

Please sign in to comment.