We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3feacc6 commit cdc9a57Copy full SHA for cdc9a57
pom.xml
@@ -298,7 +298,7 @@
298
<plugin>
299
<groupId>org.apache.maven.plugins</groupId>
300
<artifactId>maven-remote-resources-plugin</artifactId>
301
- <version>1.5</version>
+ <version>3.3.0</version>
302
<executions>
303
<execution>
304
<goals>
webbeans-gradle/pom.xml
@@ -70,5 +70,9 @@
70
<id>gradle-m2</id>
71
<url>https://plugins.gradle.org/m2/</url>
72
</repository>
73
+ <repository>
74
+ <id>gradle-releases</id>
75
+ <url>https://repo.gradle.org/gradle/libs-releases/</url>
76
+ </repository>
77
</repositories>
78
</project>
0 commit comments