BATCH-2144 Ensure that Gradle version of Spring Batch compiles with Java 8

This commit is contained in:
Gunnar Hillert
2014-04-21 09:25:20 -04:00
committed by Michael Minella
parent 5dd87a7218
commit 97e664bde0

View File

@@ -42,6 +42,10 @@ subprojects { subproject ->
apply plugin: 'idea'
apply plugin: 'jacoco'
jacoco {
toolVersion = "0.7.0.201403182114"
}
sourceCompatibility=1.6
targetCompatibility=1.6