We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f241df5 commit 09052a9Copy full SHA for 09052a9
build.gradle
@@ -40,8 +40,8 @@ dependencies {
40
implementation localGroovy()
41
42
// Testing
43
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
44
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
45
46
testImplementation("org.assertj:assertj-core:3.27.3")
47
}
0 commit comments