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
328 B
Groovy

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