From f2ccc6339e01b1d441f074c14257c37c1c0505b7 Mon Sep 17 00:00:00 2001 From: yangchengdong Date: Wed, 14 Oct 2020 16:44:25 +0800 Subject: [PATCH] release v2.1.0 --- README.md | 2 +- gradle/mis-repo.gradle | 21 --------------------- mis-plugin/build.gradle | 2 +- 3 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 gradle/mis-repo.gradle diff --git a/README.md b/README.md index 4472320..b1e7a4a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ MIS主要解决的问题是如何在一个模块内维护其对外暴露的接 buildscript { dependencies { ... - classpath 'com.eastwood.tools.plugins:mis:2.0.3' + classpath 'com.eastwood.tools.plugins:mis:2.1.0' } } ``` diff --git a/gradle/mis-repo.gradle b/gradle/mis-repo.gradle deleted file mode 100644 index 38e0b22..0000000 --- a/gradle/mis-repo.gradle +++ /dev/null @@ -1,21 +0,0 @@ -mis { - repositories { - maven { - name = "mavenDev" - url "http://10.100.5.141:8081/content/repositories/beauty_android_dev/" - credentials { - username 'admin' - password 'yylc8888' - } - } - - maven { - name = "mavenRelease" - url "http://10.100.5.141:8081/content/repositories/beauty_android_release/" - credentials { - username 'admin' - password 'yylc8888' - } - } - } -} diff --git a/mis-plugin/build.gradle b/mis-plugin/build.gradle index 9ef9e94..7642b35 100644 --- a/mis-plugin/build.gradle +++ b/mis-plugin/build.gradle @@ -18,7 +18,7 @@ apply plugin: 'maven' def groupId = 'com.eastwood.tools.plugins' def artifactId = 'mis' -def version = '2.0.3' +def version = '2.1.0' def localReleaseDest = "${buildDir}/release/${version}"