Skip to content

Commit

Permalink
build: change priority list of pluginRepositories
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kapil-agnihotri authored and stempler committed Jul 5, 2023
1 parent a970f6e commit ed9c173
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions build/templates/pom-parent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
</pluginRepository -->
<!-- see https://github.com/groovy/groovy-eclipse/wiki/Groovy-Eclipse-Maven-plugin -->

<pluginRepository>
<id>groovy-plugins-release</id>
<url>https://groovy.jfrog.io/artifactory/plugins-release</url>
</pluginRepository>


<pluginRepository>
<id>central</id>
Expand All @@ -31,8 +28,16 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>

<pluginRepository>
<id>groovy-plugins-release</id>
<url>https://groovy.jfrog.io/artifactory/plugins-release</url>
</pluginRepository>

</pluginRepositories>



<!-- repositories>
<repository>
<id>artifactory</id>
Expand Down

0 comments on commit ed9c173

Please sign in to comment.