* Upgrade to `com.gradle.enterprise:3.15` * Use `setFanOut(false)` in the `KclMessageDrivenChannelAdapterTests` to cover the polling mode for KCL
7 lines
148 B
Groovy
7 lines
148 B
Groovy
plugins {
|
|
id 'com.gradle.enterprise' version '3.15'
|
|
id 'io.spring.ge.conventions' version '0.0.13'
|
|
}
|
|
|
|
rootProject.name = 'spring-integration-aws'
|