From d3d2cf470b28b126692a556260898058d110c279 Mon Sep 17 00:00:00 2001 From: Luo Date: Tue, 26 Jan 2021 17:57:12 +0800 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd165b2 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# cn-repo +Quickly add maven CN mirrors to gradle project by this plugin. + +```groovy +plugins { + id 'com.robothy.cn-repo' version '1.0' +} +```