Skip to content

Commit 5a498e0

Browse files
committed
Use Java 7 for JPA Tests
1 parent e004a22 commit 5a498e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,12 @@ project('spring-integration-jmx') {
443443

444444
project('spring-integration-jpa') {
445445
description = 'Spring Integration JPA Support'
446+
447+
compileTestJava {
448+
sourceCompatibility = 1.7
449+
targetCompatibility = 1.7
450+
}
451+
446452
dependencies {
447453
compile project(":spring-integration-core")
448454
compile "org.springframework:spring-orm:$springVersion"

0 commit comments

Comments
 (0)