Skip to content

Commit 4c338fa

Browse files
qingmofiliphr
authored andcommitted
fix(pom): fix gradle repo url 404
original url is 404 replace with new url
1 parent 5d8fcfa commit 4c338fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrationtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<repositories>
2929
<repository>
3030
<id>gradle</id>
31-
<url>https://repo.gradle.org/gradle/libs-releases</url>
31+
<url>https://repo.gradle.org/artifactory/libs-releases/</url>
3232
<releases>
3333
<enabled>true</enabled>
3434
</releases>

0 commit comments

Comments
 (0)