This is an automated email from the ASF dual-hosted git repository. sdelamo pushed a commit to branch static-website in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
commit 5062afb21372b4545577df345767252b6235b5cd Author: Sergio del Amo <[email protected]> AuthorDate: Sat Feb 1 21:38:17 2025 +0100 snapshots repo snapshotsOnly --- doc/site/site.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/site/site.gradle b/doc/site/site.gradle index 31a9dd4d..9b39ae7a 100644 --- a/doc/site/site.gradle +++ b/doc/site/site.gradle @@ -26,7 +26,11 @@ plugins { repositories { mavenCentral() - maven { url = "https://repository.apache.org/content/repositories/snapshots" } + maven { url = "https://repository.apache.org/content/repositories/snapshots" + mavenContent { + snapshotsOnly() + } + } } configurations {
