Merge pull request #626 from ghillert/INT-2752
* INT-2752: INT-2752 - Fix build.gradle for Spring 3.2 compatibility For reference: https://jira.springsource.org/browse/INT-2752
This commit is contained in:
@@ -555,7 +555,7 @@ project('spring-integration-jpa') {
|
||||
}
|
||||
|
||||
test.doFirst {
|
||||
String jvmArgsSpringIntrument = "-javaagent:${configurations.javaAgentSpringInstrument.asPath}"
|
||||
String jvmArgsSpringIntrument = "-javaagent:${configurations.javaAgentSpringInstrument.files.iterator().next()}"
|
||||
String jvmArgsOpenJpa = "-javaagent:${configurations.javaAgentOpenJpa.files.iterator().next()}"
|
||||
jvmArgs jvmArgsSpringIntrument , jvmArgsOpenJpa
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user