We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8abb0 commit 17ae1c6Copy full SHA for 17ae1c6
build.gradle
@@ -12,6 +12,7 @@ repositories {
12
dependencies {
13
testImplementation('org.junit.jupiter:junit-jupiter-api:5.5.0')
14
testRuntime('org.junit.jupiter:junit-jupiter-engine:5.5.0')
15
+ compile 'junit:junit:4.13'
16
}
17
18
test {
0 commit comments