spring-boot/buildSrc
Andy Wilkinson 6e43dd879b Allow Eclipse to properly detect source and target compatibility
Previously, our conventions configured the source and target
compatibility on the project's JavaCompile tasks. This causes the
settings to be missed when importing the projects into Eclipse [1].

This commit updates the conventions to set the source and target
compatibility on the project-wide JavaPluginExtension. This allows
the Eclipse import to correctly detect and honour the settings.

Closes gh-26932

[1] https://github.com/eclipse/buildship/issues/978
2021-06-16 19:56:20 +01:00
..
src Allow Eclipse to properly detect source and target compatibility 2021-06-16 19:56:20 +01:00
build.gradle Merge branch '2.3.x' into 2.4.x 2021-04-07 12:24:07 +01:00
gradle.properties Merge branch '2.2.x' into 2.3.x 2020-12-04 18:21:57 -08:00
settings.gradle Adopt Gradle Enterprise Conventions Plugin 2020-02-04 11:24:40 +00:00