This is an automated email from the ASF dual-hosted git repository. jonnybot pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
commit 48acacc62fa6d9bb60e526766276b27cb9890ce5 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'
