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

dependencies {
testCompileOnly 'com.google.code.findbugs:jsr305:3.0.2'
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.google.truth:truth:0.32'
testImplementation 'com.squareup.burst:burst-junit4:1.1.1'
testImplementation 'com.squareup.okio:okio:1.13.0'
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:5.7.2"
}
test {
useJUnitPlatform {
includeEngines 'junit-jupiter', 'junit-vintage'
}
}