]> uap-core.de Git - rssreader.git/commitdiff
use java 25
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Fri, 19 Sep 2025 14:22:09 +0000 (16:22 +0200)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Fri, 19 Sep 2025 14:22:09 +0000 (16:22 +0200)
ui-java/pom.xml

index 0ac706d68e46c1433d3729b8666bb6dcc5abbd73..7a5707b3966c965c39d7c5cf8d4f2946b7d07ff5 100644 (file)
@@ -13,8 +13,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>24</source>
-                    <target>24</target>
+                    <source>25</source>
+                    <target>25</target>
                     <compilerArgs>
                         <arg>--enable-preview</arg>
                     </compilerArgs>
@@ -47,8 +47,8 @@
     </parent>
 
     <properties>
-        <maven.compiler.source>24</maven.compiler.source>
-        <maven.compiler.target>24</maven.compiler.target>
+        <maven.compiler.source>25</maven.compiler.source>
+        <maven.compiler.target>25</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>