mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
buildSrc.skipTests
Allow skipping buildSrc tests using property buildSrc.skipTests Issue gh-9539
This commit is contained in:
parent
6b3918ff7b
commit
06f38ac49c
@ -55,3 +55,6 @@ dependencies {
|
||||
testImplementation 'org.mockito:mockito-core:3.0.0'
|
||||
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
|
||||
}
|
||||
|
||||
|
||||
test.onlyIf { !project.hasProperty("buildSrc.skipTests") }
|
||||
|
Loading…
x
Reference in New Issue
Block a user