Skip to content

Commit

Permalink
Add test dependency on JUnit 4 to allow newly created tasks to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ARostovsky committed Nov 4, 2023
1 parent 474b9df commit 37cf4aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ configure(subprojects) {
dependencies {
// By default, only the core module is included
implementation("org.jetbrains.academy.test.system:core:2.0.5")
testImplementation("junit:junit:4.13.2")

val junitJupiterVersion = "5.9.0"
implementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
Expand Down

0 comments on commit 37cf4aa

Please sign in to comment.