Move test code base to Java 8
This commit is contained in:
@@ -76,8 +76,7 @@ subprojects { subproject ->
|
||||
}
|
||||
|
||||
compileTestJava {
|
||||
sourceCompatibility = 1.6
|
||||
targetCompatibility = 1.6
|
||||
sourceCompatibility = 1.8
|
||||
}
|
||||
|
||||
|
||||
@@ -289,11 +288,6 @@ project('spring-integration-amqp') {
|
||||
project('spring-integration-core') {
|
||||
description = 'Spring Integration Core'
|
||||
|
||||
compileTestJava {
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "org.springframework:spring-core:$springVersion"
|
||||
compile "org.springframework:spring-aop:$springVersion"
|
||||
|
||||
Reference in New Issue
Block a user