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.
2 parents 474b9df + 37cf4aa commit 6f9fae7Copy full SHA for 6f9fae7
build.gradle.kts
@@ -58,6 +58,7 @@ configure(subprojects) {
58
dependencies {
59
// By default, only the core module is included
60
implementation("org.jetbrains.academy.test.system:core:2.0.5")
61
+ testImplementation("junit:junit:4.13.2")
62
63
val junitJupiterVersion = "5.9.0"
64
implementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
0 commit comments