This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new 754c0948 tweak actions for CI debugging
754c0948 is described below
commit 754c0948f569608e0d2c5fc7c5d03a46de5988e5
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 19 16:37:07 2024 +1000
tweak actions for CI debugging
---
doc/manual-snippets/manual-snippets.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/manual-snippets/manual-snippets.gradle
b/doc/manual-snippets/manual-snippets.gradle
index f531d2c1..242d0da3 100644
--- a/doc/manual-snippets/manual-snippets.gradle
+++ b/doc/manual-snippets/manual-snippets.gradle
@@ -28,7 +28,7 @@ dependencies {
testImplementation libs.commons.fileupload
testImplementation libs.systemLambda
testImplementation libs.junit.platform.testkit
- testImplementation libs.junit5-jupiter-api
+ testImplementation libs.junit5.jupiter.api
}
tasks.named("test") {