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() | |
} |