Add maven.compiler.source and target properties
Add `maven.compiler.source` and `maven.compiler.target` properties to the spring-boot-starter-parent to allow easier customization of the maven compiler. Both properties default to `${java.version}`. Fixes gh-1684
Showing
Please register or sign in to comment