We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29401a4 commit e004a22Copy full SHA for e004a22
build.gradle
@@ -76,8 +76,7 @@ subprojects { subproject ->
76
}
77
78
compileTestJava {
79
- sourceCompatibility = 1.6
80
- targetCompatibility = 1.6
+ sourceCompatibility = 1.8
81
82
83
@@ -289,11 +288,6 @@ project('spring-integration-amqp') {
289
288
project('spring-integration-core') {
290
description = 'Spring Integration Core'
291
292
- compileTestJava {
293
- sourceCompatibility = 1.8
294
- targetCompatibility = 1.8
295
- }
296
-
297
dependencies {
298
compile "org.springframework:spring-core:$springVersion"
299
compile "org.springframework:spring-aop:$springVersion"
0 commit comments