This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch apache-coordinates in repository https://gitbox.apache.org/repos/asf/grails-wrapper.git
commit 8fe4ca4acef44b2a7d628fe9905bcc6994cd32b3 Author: James Fredley <[email protected]> AuthorDate: Fri Apr 18 17:56:36 2025 -0400 Add Apache snapshot repo --- build.gradle | 1 + wrapper/build.gradle | 1 + 2 files changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index c225fa1..dfad400 100644 --- a/build.gradle +++ b/build.gradle @@ -4,6 +4,7 @@ buildscript { } repositories { mavenCentral() + maven { url "https://repository.apache.org/content/groups/snapshots/" } maven { url "https://repo.grails.org/grails/core" } maven { url "https://plugins.gradle.org/m2/" } } diff --git a/wrapper/build.gradle b/wrapper/build.gradle index cdccd55..c22173c 100644 --- a/wrapper/build.gradle +++ b/wrapper/build.gradle @@ -59,6 +59,7 @@ configurations { repositories { mavenCentral() + maven { url "https://repository.apache.org/content/groups/snapshots/" } maven { url "https://repo.grails.org/grails/core" } }
