Skip to content

Commit

Permalink
Merge branch 'master' into feat/ING-3911
Browse files Browse the repository at this point in the history
Merge master into feat/ING-3911 to solve the problem
of the build: change priority list of pluginRepositories
  • Loading branch information
emanuelaepure10 committed Jul 5, 2023
2 parents ba8af6b + ed9c173 commit 6817550
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 6817550

Please sign in to comment.