Add junit-platform-launcher dependency

Doesn't seem to be bundled with the latest version of IDEA.

Signed-off-by: Graham <gpe@openrs2.org>
bzip2
Graham 3 years ago
parent 0ff6287122
commit 76ad27a380
  1. 1
      build.gradle.kts
  2. 1
      gradle/libs.versions.toml

@ -134,6 +134,7 @@ configure(subprojects.filter { it.isFree }) {
val testRuntimeOnly by configurations
testRuntimeOnly(libs.junit.engine)
testRuntimeOnly(libs.junit.launcher)
}
}

@ -42,6 +42,7 @@ jquery = { module = "org.webjars:jquery", version = "3.6.0" }
jsoup = { module = "org.jsoup:jsoup", version = "1.14.2" }
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version = { strictly = "5.7.2" } }
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
junit-launcher = { module="org.junit.platform:junit-platform-launcher", version = "1.7.2" }
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinCoroutines" }
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinCoroutines" }
kotlinPoet = { module = "com.squareup:kotlinpoet", version = "1.9.0" }

Loading…
Cancel
Save