From ed9c173dcd9dbfa837e767299f6edfe992b2118a Mon Sep 17 00:00:00 2001 From: kapil-agnihotri Date: Tue, 4 Jul 2023 18:08:28 +0200 Subject: [PATCH] build: change priority list of pluginRepositories groovy-jfrog.io artifactory no longer contains jar: org.osgi:org.osgi.service.prefs:jar:1.1.2, so priority list of pluginRepositories is now changed to include maven central on top --- build/templates/pom-parent.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/build/templates/pom-parent.xml b/build/templates/pom-parent.xml index 3a3b83530f..cd4623b04d 100644 --- a/build/templates/pom-parent.xml +++ b/build/templates/pom-parent.xml @@ -17,10 +17,7 @@ - - groovy-plugins-release - https://groovy.jfrog.io/artifactory/plugins-release - + central @@ -31,8 +28,16 @@ false + + + groovy-plugins-release + https://groovy.jfrog.io/artifactory/plugins-release + + + +