Package RmiInvocationWrapperRTD.xml in jar
Ensure RmiInvocationWrapperRTD.xml is packaged inside spring-context.jar Issue: SPR-10649 Conflicts: build.gradle
This commit is contained in:
parent
abfb439bfe
commit
514a2e9568
|
|
@ -335,6 +335,9 @@ project("spring-context") {
|
||||||
testCompile("javax.inject:javax.inject-tck:1")
|
testCompile("javax.inject:javax.inject-tck:1")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// pick up RmiInvocationWrapperRTD.xml in src/main
|
||||||
|
sourceSets.main.resources.srcDirs += "src/main/java"
|
||||||
|
|
||||||
test {
|
test {
|
||||||
jvmArgs = ["-disableassertions:org.aspectj.weaver.UnresolvedType"] // SPR-7989
|
jvmArgs = ["-disableassertions:org.aspectj.weaver.UnresolvedType"] // SPR-7989
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue