blob: 894614390a801971396736f7a93cbedd1a5757db [file] [log] [blame]
description = "Provides support Tapestry injections in Spock specifications"
dependencies {
implementation project(':commons')
implementation project(':tapestry-ioc')
implementation "org.spockframework:spock-core:${versions.spock}"
testImplementation "javax.inject:javax.inject:1"
testImplementation "org.junit.jupiter:junit-jupiter:${versions.junitJupiter}"
}
test {
useJUnitPlatform()
}