parttimenerd commented on issue #966:
URL: https://github.com/apache/maven-enforcer/issues/966#issuecomment-4119385361

   In my opinion:  
   
   ```xml
            <configuration>
                 <rules>
                   <requireJavaVersion>
                     <version>${java.version}</version>
                   </requireJavaVersion>
                 </rules>
               </configuration>
   ```
   With `${java.version}` being the system property "java.version" of the JVM 
running the maven version should always succeed.
   We literally require the same Java version as we're currently running with. 
But it doesn't because of the normalization.


-- 
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