This is an automated email from the ASF dual-hosted git repository. ningyougang pushed a commit to branch test-jenkins in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-go.git
commit 2624646cd5bf7b3004469a099277a4da913e4a71 Author: ning.yougang <[email protected]> AuthorDate: Tue Aug 2 09:06:31 2022 +0800 Use mavenCentral instead of jcenter --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 26f542d..cdfa771 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { repositories { - jcenter() + mavenCentral() } dependencies { classpath "cz.alenkacz:gradle-scalafmt:${gradle.scalafmt.version}"
