Files
spring-amqp/settings.gradle
dependabot[bot] 9d6ddc03d2 Bump com.gradle.develocity from 3.17.5 to 3.17.6 (#10)
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>
2024-07-29 20:32:52 +00:00

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'