Declare explicit runtime dependency on 'junit-platform-launcher' (#4255)

This commit is contained in:
Alexander Brandes 2023-12-02 00:17:28 +01:00 committed by GitHub
parent 65858c5f3e
commit 1a18adcd95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ subprojects {
dependencies {
// Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")
}
plugins.withId("java") {