This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
The following commit(s) were added to refs/heads/master by this push:
new 9a08560 Adapt build to run under JDK21
9a08560 is described below
commit 9a0856070f317424c927067cc40a7bcb1b17a407
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jul 21 21:13:04 2024 +0200
Adapt build to run under JDK21
---
pom.xml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2d37005..ec77e88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,8 @@
<loggerVersion>2.23.1</loggerVersion>
<apacheRatVersion>0.16.1</apacheRatVersion>
<project.build.outputTimestamp>1</project.build.outputTimestamp>
+ <maven.compiler.source>${javaVersion}</maven.compiler.source>
+ <maven.compiler.target>${javaVersion}</maven.compiler.target>
</properties>
<distributionManagement>
<site>
@@ -123,10 +125,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
- <configuration>
- <source>${javaVersion}</source>
- <target>${javaVersion}</target>
- </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>