Skip to content

Commit

Permalink
[build-logic] junit-platform-launcher must be testImplementation not …
Browse files Browse the repository at this point in the history
…testRuntimeOnly
  • Loading branch information
Flowdalic committed Oct 24, 2024
1 parent b313e12 commit d6e71d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"

// https://stackoverflow.com/a/77274251/194894
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.11.0"
testImplementation "org.junit.platform:junit-platform-launcher:1.11.0"

errorprone 'com.google.errorprone:error_prone_core:2.32.0'
}
Expand Down

0 comments on commit d6e71d9

Please sign in to comment.