Skip to content

Commit e004a22

Browse files
committed
Move test code base to Java 8
1 parent 29401a4 commit e004a22

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ subprojects { subproject ->
7676
}
7777

7878
compileTestJava {
79-
sourceCompatibility = 1.6
80-
targetCompatibility = 1.6
79+
sourceCompatibility = 1.8
8180
}
8281

8382

@@ -289,11 +288,6 @@ project('spring-integration-amqp') {
289288
project('spring-integration-core') {
290289
description = 'Spring Integration Core'
291290

292-
compileTestJava {
293-
sourceCompatibility = 1.8
294-
targetCompatibility = 1.8
295-
}
296-
297291
dependencies {
298292
compile "org.springframework:spring-core:$springVersion"
299293
compile "org.springframework:spring-aop:$springVersion"

0 commit comments

Comments
 (0)