From 4c338fa1db0c6af9b73b5a3376f611efe22e507d Mon Sep 17 00:00:00 2001 From: chaos Date: Wed, 23 Jun 2021 10:31:30 +0800 Subject: [PATCH] fix(pom): fix gradle repo url 404 original url is 404 replace with new url --- integrationtest/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index 17a6a4a9a..4b48c1949 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -28,7 +28,7 @@ gradle - https://repo.gradle.org/gradle/libs-releases + https://repo.gradle.org/artifactory/libs-releases/ true