10 lines
222 B
Groovy
10 lines
222 B
Groovy
|
plugins {
|
||
|
id 'java'
|
||
|
id 'org.springframework.boot.conventions'
|
||
|
}
|
||
|
|
||
|
description = 'Spring Boot AMQP smoke test'
|
||
|
|
||
|
dependencies {
|
||
|
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-amqp')
|
||
|
}
|