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 eea230f commit 4830ea6Copy full SHA for 4830ea6
build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
configure(allprojects) { project ->
12
group = "org.springframework"
13
version = qualifyVersionIfNecessary(version)
14
-
+
15
// The following is a work-around until the Gradle build uses
16
// Ant 1.9.x by default. This is necessary to avoid the
17
// "Class not found: javac1.8" issue with Ant versions prior to 1.9.x
@@ -305,6 +305,9 @@ project("spring-context") {
305
testCompile("javax.inject:javax.inject-tck:1")
306
}
307
308
+ // pick up RmiInvocationWrapperRTD.xml in src/main
309
+ sourceSets.main.resources.srcDirs += "src/main/java"
310
311
test {
312
jvmArgs = ["-disableassertions:org.aspectj.weaver.UnresolvedType"] // SPR-7989
313
0 commit comments