Benetl2007 commented on PR #975:
URL: 
https://github.com/apache/maven-compiler-plugin/pull/975#issuecomment-3398761921

   hello,
   I test maven-compiler-plugin 3.14.1 with maven 3.9.11 and JDK 25 and would 
like to compile in java 25.
   
   maven conf:
   
   <plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-compiler-plugin</artifactId>
   <version>3.14.1</version>
   <configuration>
        <encoding>UTF-8</encoding>
        <compilerArgs>
          </compilerArgs>
        <source>25</source>
        <target>25</target>
        <testSource>25</testSource>
        <testTarget>25</testTarget>
   </configuration>
   </plugin>
   
   and it gives the following error:
   INFO [m org.codehaus.plexus.compiler.javac.JavacCompiler - Compiling ... 
source files with javac [debug target 25] to target\classes
   ...
   ERROR ... Fatal error compiling [m: error: invalid target release: 25 
->[1m[Help 1] ...
   
   did I missed something?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to