From e57bb7198a7b7c479d23301473bef4f51d5272a7 Mon Sep 17 00:00:00 2001 From: jiangjiwei Date: Thu, 7 Nov 2019 15:55:54 +0800 Subject: [PATCH] =?UTF-8?q?release=201.=20=E5=B0=9D=E8=AF=95=E6=89=93?= =?UTF-8?q?=E5=8C=85=E4=B8=BA=20lib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 + rigger/build.gradle | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 9f8f039..0adfb97 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,7 @@ buildscript { classpath 'com.novoda:bintray-release:0.8.1' classpath 'org.aspectj:aspectjtools:1.8.13' classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.4' + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/rigger/build.gradle b/rigger/build.gradle index 92fd9ef..0598c61 100644 --- a/rigger/build.gradle +++ b/rigger/build.gradle @@ -1,5 +1,7 @@ apply plugin: 'com.android.library' -apply plugin: 'com.novoda.bintray-release' +apply plugin: 'com.github.dcendents.android-maven' + +group='com.github.CherryLover' android { @@ -68,11 +70,11 @@ tasks.withType(Javadoc) { options.addStringOption('charSet', 'UTF-8') } -publish { - userOrg = rootProject.ext.rigger.userOrg - groupId = rootProject.ext.rigger.groupId - artifactId = rootProject.ext.rigger.artifactId - publishVersion = rootProject.ext.rigger.publishVersion - desc = rootProject.ext.rigger.desc - website = rootProject.ext.rigger.website -} \ No newline at end of file +//publish { +// userOrg = rootProject.ext.rigger.userOrg +// groupId = rootProject.ext.rigger.groupId +// artifactId = rootProject.ext.rigger.artifactId +// publishVersion = rootProject.ext.rigger.publishVersion +// desc = rootProject.ext.rigger.desc +// website = rootProject.ext.rigger.website +//} \ No newline at end of file