You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
datastructures/datastructures-queue-tape/build.gradle

14 lines
308 B
Groovy

dependencies {
testImplementation libs.junit4
testImplementation libs.google.truth
testImplementation libs.burst.junit4
testImplementation libs.okio
testRuntimeOnly libs.junit.vintage.engine
}
test {
useJUnitPlatform {
includeEngines 'junit-jupiter', 'junit-vintage'
}
}