Skip to content

Commit 3ddab69

Browse files
committed
build: prefer 'plugins-release-local' artifactory repo, which has ONLY groovy artifacts
1 parent 155abdc commit 3ddab69

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1111
updates:
1212
- package-ecosystem: "maven"

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
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

@@ -70,13 +71,13 @@
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>

0 commit comments

Comments
 (0)