|
@@ -55,3 +55,6 @@ dependencies {
|
|
testImplementation 'org.mockito:mockito-core:3.0.0'
|
|
testImplementation 'org.mockito:mockito-core:3.0.0'
|
|
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
|
|
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+test.onlyIf { !project.hasProperty("buildSrc.skipTests") }
|