kezhenxu94 commented on issue #10875:
URL: https://github.com/apache/skywalking/issues/10875#issuecomment-1573233708

   > The maven.compiler.source property defined in the properties of the 
skywalking pom does not seem to be used,
   
   This is a convention naming in maven and this property will be automatically 
picked up by the maven-compiler-plugin.
   
   > we can add the maven-compiler-plugin plugin to specify the compiled 
version to avoid compilers such as idea reading the default compiled version
   
   As said above, you don't need to explicitly add maven-compiler-plugin, it's 
there, and the property name `maven.compiler.source` is automatically picked by 
it the plugin.
   
   I remember IntelliJ also automatically change the JDK version based on the 
property `maven.compiler.source` so you actually don't need to do anything, it 
just works.
   


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