fix: update build.gradle to use testRuntimeOnly for JUnit Jupiter engine

This commit is contained in:
2025-01-05 11:11:40 +01:00
parent 22e88a899f
commit e35123e9fe

View File

@@ -19,9 +19,7 @@ repositories {
dependencies {
// Use JUnit Jupiter for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
// This dependency is used by the application.
implementation 'com.google.guava:guava:31.1-jre'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
}
application {