Bumps com.gradle.develocity from 3.17.5 to 3.17.6. --- updated-dependencies: - dependency-name: com.gradle.develocity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
307 B
Groovy
14 lines
307 B
Groovy
plugins {
|
|
id 'com.gradle.develocity' version '3.17.6'
|
|
id 'io.spring.ge.conventions' version '0.0.17'
|
|
}
|
|
|
|
rootProject.name = 'spring-amqp-dist'
|
|
|
|
include 'spring-amqp'
|
|
include 'spring-amqp-bom'
|
|
include 'spring-rabbit'
|
|
include 'spring-rabbit-stream'
|
|
include 'spring-rabbit-junit'
|
|
include 'spring-rabbit-test'
|