This is an automated email from the ASF dual-hosted git repository.

jonnybot pushed a commit to branch prep-for-release
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git

commit 9c3c13c05cc944fa3fe08834362a58fcea729b47
Author: Jonny Carter <[email protected]>
AuthorDate: Mon Jul 7 11:44:47 2025 -0500

    Update vcs URL for gradle plugins
---
 integration/geb-gradle/geb-gradle.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration/geb-gradle/geb-gradle.gradle 
b/integration/geb-gradle/geb-gradle.gradle
index f8ae8aaa..fb73a11f 100644
--- a/integration/geb-gradle/geb-gradle.gradle
+++ b/integration/geb-gradle/geb-gradle.gradle
@@ -41,7 +41,7 @@ dependencies {
 
 gradlePlugin {
     website = "https://groovy.apache.org/geb/manual/current/#gradle-plugins";
-    vcsUrl = "https://github.com/geb/geb";
+    vcsUrl = "https://github.com/apache/groovy-geb";
 }
 
 apply from: 'plugin-definitions.gradle'

Reply via email to