This is an automated email from the ASF dual-hosted git repository.
emilles pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new c39686dbe2 add `junit-platform-launcher`
c39686dbe2 is described below
commit c39686dbe2c92a3b053c3529b49b740222113ef5
Author: Eric Milles <[email protected]>
AuthorDate: Sat Feb 14 20:19:21 2026 -0600
add `junit-platform-launcher`
---
build-logic/src/main/groovy/org.apache.groovy-performance.gradle | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
b/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
index 896252de2a..1e0d956166 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
@@ -46,6 +46,8 @@ dependencies {
testImplementation project(':')
testImplementation "org.junit.jupiter:junit-jupiter-api:${versions.junit5}"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${versions.junit5}"
+ testRuntimeOnly
"org.junit.platform:junit-platform-launcher:${versions.junit5Platform}"
+
stats "org.apache.commons:commons-math3:${versions.commonsMath3}"
}