Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

add java.version to clarify jdk version #764

Closed
jackylee-ch opened this issue Mar 10, 2022 · 0 comments
Closed

add java.version to clarify jdk version #764

jackylee-ch opened this issue Mar 10, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@jackylee-ch
Copy link
Contributor

Adding java.version and maven.compiler.source to clarify jdk version for project. This configuration can also be better compatible with java11 or java17 in the code.

<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
@jackylee-ch jackylee-ch added the enhancement New feature or request label Mar 10, 2022
@haojinIntel haojinIntel added feature bug Something isn't working and removed feature labels Apr 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants