Skip to content

Commit

Permalink
Try to get the build run with JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Jul 21, 2024
1 parent 73bec8f commit c93ea9e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
<junit.version>4.13.2</junit.version>
<!-- This is the version of Maven required to use the Maven Plugin for this project -->
<mavenVersion>3.0.5</mavenVersion>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!--
Publication to the website is a two phase operation:
Expand All @@ -119,7 +121,6 @@
<whisker.site.name>Whisker Website</whisker.site.name>
<whisker.site.id>org.apache.creadur.whisker.site</whisker.site.id>
<mavenPluginPluginVersion>3.13.1</mavenPluginPluginVersion>
<!-- Cannot upgrade to 3.0.0 because it requires Java 7 -->
<findbugsPluginVersion>3.0.5</findbugsPluginVersion>
</properties>
<!-- reporting plugins are configured according to new mvn3 standard -->
Expand Down Expand Up @@ -233,10 +234,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${target.jdk}</source>
<target>${target.jdk}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit c93ea9e

Please sign in to comment.