You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/10/31 06:57:03 UTC

[groovy] 03/06: Remove redundant repos

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

paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 2f5fe9fc75d3d8e810c5f6899d2dc955e2476149
Author: Goooler <wa...@gmail.com>
AuthorDate: Tue Sep 20 20:55:30 2022 +0800

    Remove redundant repos
---
 settings.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/settings.gradle b/settings.gradle
index 466ffc4e80..12a075d35c 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -43,8 +43,6 @@ gradleEnterprise {
 dependencyResolutionManagement {
     repositories {
         mavenCentral()
-        maven{ url('https://repository.ow2.org/nexus/content/repositories/public/')}
-        mavenLocal()
     }
 }