Skip to content

Commit cdc9a57

Browse files
committed
fix: maven dependency to Gradle not found and NPE in previous plugin version
1 parent 3feacc6 commit cdc9a57

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
<plugin>
299299
<groupId>org.apache.maven.plugins</groupId>
300300
<artifactId>maven-remote-resources-plugin</artifactId>
301-
<version>1.5</version>
301+
<version>3.3.0</version>
302302
<executions>
303303
<execution>
304304
<goals>

webbeans-gradle/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,9 @@
7070
<id>gradle-m2</id>
7171
<url>https://plugins.gradle.org/m2/</url>
7272
</repository>
73+
<repository>
74+
<id>gradle-releases</id>
75+
<url>https://repo.gradle.org/gradle/libs-releases/</url>
76+
</repository>
7377
</repositories>
7478
</project>

0 commit comments

Comments
 (0)