Details
-
Type:
Improvement
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
Description
Gradle build files can contain stuff like this: (taken from spring-integration gradle.build)
// ensure JDK 5 compatibility (GRADLE-18; INT-1578)
sourceCompatibility=1.5
targetCompatibility=1.5
Currently STS Gradle plugin doesn't (and is not able to) honor these attributes because the info isn't made available
through the tooling API (as far as I know, at least).