Skip to content
Snippets Groups Projects
Commit ee9b8aa5 authored by ameerali.khan's avatar ameerali.khan
Browse files

Delete testbuildgradle

parent 48c7358b
No related branches found
No related tags found
No related merge requests found
plugins {
id 'java'
}
group 'org.fraunhofer.fit'
version '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:okhttp'
}
test {
useJUnitPlatform()
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment