File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ registries:
66 url : https://clasweb.jlab.org/clas12maven
77 groovy_jfrog :
88 type : maven-repository
9- url : https://groovy.jfrog.io/artifactory/plugins-release
9+ url : https://groovy.jfrog.io/artifactory/plugins-release-local
1010
1111updates :
1212 - package-ecosystem : " maven"
Original file line number Diff line number Diff line change 2626 <!-- for latest `groovy-eclipse-*` plugins -->
2727 <pluginRepository >
2828 <id >groovy-plugins-release</id >
29- <url >https://groovy.jfrog.io/artifactory/plugins-release</url >
29+ <!-- <url>https://groovy.jfrog.io/artifactory/plugins-release</url> -->
30+ <url >https://groovy.jfrog.io/artifactory/plugins-release-local</url > <!-- prefer 'plugins-release-local', which has ONLY groovy artifacts -->
3031 </pluginRepository >
3132 </pluginRepositories >
3233
7071 <compilerId >groovy-eclipse-compiler</compilerId >
7172 </configuration >
7273 <dependencies >
73- <!-- https://groovy.jfrog.io/ui/native/plugins-release/org/codehaus/groovy/groovy-eclipse-compiler/ -->
74+ <!-- https://groovy.jfrog.io/ui/native/plugins-release-local /org/codehaus/groovy/groovy-eclipse-compiler/ -->
7475 <dependency >
7576 <groupId >org.codehaus.groovy</groupId >
7677 <artifactId >groovy-eclipse-compiler</artifactId >
7778 <version >3.9.0</version >
7879 </dependency >
79- <!-- https://groovy.jfrog.io/ui/native/plugins-release/org/codehaus/groovy/groovy-eclipse-batch/ -->
80+ <!-- https://groovy.jfrog.io/ui/native/plugins-release-local /org/codehaus/groovy/groovy-eclipse-batch/ -->
8081 <dependency >
8182 <groupId >org.codehaus.groovy</groupId >
8283 <artifactId >groovy-eclipse-batch</artifactId >
You can’t perform that action at this time.
0 commit comments