This is an automated email from the ASF dual-hosted git repository. deepak pushed a commit to branch release24.09 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push: new 7dee23c26c Removed repository.apache.org from repositories list. 7dee23c26c is described below commit 7dee23c26c9008aa3a6dbc1489b9d8ab75a53dc4 Author: Deepak Dixit <dee...@apache.org> AuthorDate: Fri Jun 13 13:22:24 2025 +0530 Removed repository.apache.org from repositories list. It was initially added to test unreleased Freemarker versions. Since the required Freemarker version is now officially released, this repository is no longer needed. Also, ASF infra may block IPs for excessive requests, which can cause Gradle builds to fail. --- build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.gradle b/build.gradle index 31db14b48f..ab84d79111 100644 --- a/build.gradle +++ b/build.gradle @@ -157,11 +157,6 @@ allprojects { // org.cyberneko.html.parsers (used by UELFunctions, was in esapi before 2.3) url "https://repository.ow2.org/nexus/content/repositories/public/" } - maven { - // To test not released FreeMarker versions - url "https://repository.apache.org/content/repositories/snapshots/" - } - } }