BATCH-2144 Ensure that Gradle version of Spring Batch compiles with Java 8
This commit is contained in:
committed by
Michael Minella
parent
5dd87a7218
commit
97e664bde0
@@ -42,6 +42,10 @@ subprojects { subproject ->
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'jacoco'
|
||||
|
||||
jacoco {
|
||||
toolVersion = "0.7.0.201403182114"
|
||||
}
|
||||
|
||||
sourceCompatibility=1.6
|
||||
targetCompatibility=1.6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user