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.
build.gradle
1 parent cfce3d0 commit 264b21eCopy full SHA for 264b21e
build.gradle
@@ -260,7 +260,7 @@ configure(javaProjects) { subproject ->
260
}
261
262
263
- if (!(subproject.name !in ['spring-integration-test-support', 'spring-integration-core'])) {
+ if (subproject.name !in ['spring-integration-test-support', 'spring-integration-core']) {
264
api project(':spring-integration-core')
265
266
0 commit comments