Skip to content

Commit

Permalink
fixed maven repos
Browse files Browse the repository at this point in the history
  • Loading branch information
tandraschko committed Oct 17, 2024
1 parent ea70cbb commit d55b805
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webbeans-gradle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,12 @@

<repositories>
<repository>
<id>gradle-m2</id>
<id>gradle-plugins</id>
<url>https://plugins.gradle.org/m2/</url>
</repository>
<repository>
<id>gradle</id>
<url>https://repo.gradle.org/gradle/libs-releases/</url>
</repository>
</repositories>
</project>

0 comments on commit d55b805

Please sign in to comment.