Skip to content

Commit 4830ea6

Browse files
committed
Package RmiInvocationWrapperRTD.xml in jar
Ensure RmiInvocationWrapperRTD.xml is packaged inside spring-context.jar Issue: SPR-10649
1 parent eea230f commit 4830ea6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
configure(allprojects) { project ->
1212
group = "org.springframework"
1313
version = qualifyVersionIfNecessary(version)
14-
14+
1515
// The following is a work-around until the Gradle build uses
1616
// Ant 1.9.x by default. This is necessary to avoid the
1717
// "Class not found: javac1.8" issue with Ant versions prior to 1.9.x
@@ -305,6 +305,9 @@ project("spring-context") {
305305
testCompile("javax.inject:javax.inject-tck:1")
306306
}
307307

308+
// pick up RmiInvocationWrapperRTD.xml in src/main
309+
sourceSets.main.resources.srcDirs += "src/main/java"
310+
308311
test {
309312
jvmArgs = ["-disableassertions:org.aspectj.weaver.UnresolvedType"] // SPR-7989
310313
}

0 commit comments

Comments
 (0)