12 lines
270 B
Groovy
12 lines
270 B
Groovy
plugins {
|
|
id 'org.springframework.pulsar.spring-module'
|
|
}
|
|
|
|
description = 'Spring Pulsar Spring Boot Starter'
|
|
|
|
dependencies {
|
|
api project (':spring-pulsar')
|
|
api project (':spring-pulsar-spring-boot-autoconfigure')
|
|
api 'org.springframework.boot:spring-boot-starter'
|
|
}
|