Skip to content

Commit

Permalink
Add junit-platform-launcher dependency explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chelombitko committed Aug 22, 2024
1 parent ac59924 commit adca6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class MarathonConventionsPlugin : Plugin<Project> {
add("testImplementation", versionCatalog.findLibrary("junit-jupiter-api").get())
add("testImplementation", versionCatalog.findLibrary("spek-api").get())
add("testRuntimeOnly", versionCatalog.findLibrary("junit-jupiter-engine").get())
add("testRuntimeOnly", versionCatalog.findLibrary("junit-platform-launcher").get())
add("testRuntimeOnly", versionCatalog.findLibrary("spek-engine").get())
}

Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit5" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
jsonassert = { module = "org.skyscreamer:jsonassert", version.ref = "jsonassert" }
kluent = { module = "org.amshove.kluent:kluent", version.ref = "kluent" }
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
Expand Down

0 comments on commit adca6cf

Please sign in to comment.