Home - nebula-plugins/nebula-test GitHub Wiki
Classes specific to testing a Gradle project, leveraging Spock.
Depending on nebula-test
repositories {
mavenCentral()
}
test {
useJUnitPlatform()
}
dependencies {
testImplementation 'com.netflix.nebula:nebula-test:latest.release'
}