spring-projects-experimental / spring-fu

Configuration DSLs for Spring Boot
Apache License 2.0
1.67k stars 139 forks source link

feat: Gradle set java target source compatibility for all projects #341

Closed fteychene closed 3 years ago

fteychene commented 3 years ago

Gradle infer target version of java based on the used JDK if not configured. It was the case for java projects but not for Kofu.

This PR set the target and source compatibility for java compilation on all projects

Should fix #338