16 lines
340 B
Groovy
16 lines
340 B
Groovy
plugins {
|
|
id 'org.springframework.pulsar.spring-module'
|
|
}
|
|
|
|
description = 'Spring Pulsar Cache Provider API'
|
|
|
|
dependencies {
|
|
testImplementation 'org.assertj:assertj-core'
|
|
testImplementation 'org.junit.jupiter:junit-jupiter'
|
|
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
|
}
|
|
|
|
test {
|
|
testLogging.showStandardStreams = true
|
|
}
|