Skip to content

Commit

Permalink
fixed running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil42Russia committed Sep 12, 2024
1 parent e5d50e2 commit bb2a205
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 @@ -28,6 +28,7 @@ repositories {

// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
dependencies {
testImplementation("org.opentest4j:opentest4j:1.3.0") // TODO: remove in the next update
testImplementation(libs.junit)

// IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
Expand Down

0 comments on commit bb2a205

Please sign in to comment.