mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Update DSL samples to use test suites
This commit is contained in:
@@ -6,8 +6,12 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation('junit:junit:4.13.2')
|
||||
testing {
|
||||
suites {
|
||||
test {
|
||||
useJUnit()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.named("test").configure {
|
||||
|
||||
Reference in New Issue
Block a user