diff --git a/auto-patch-plugin/build.gradle b/auto-patch-plugin/build.gradle index f10b61fd..30d13cc2 100644 --- a/auto-patch-plugin/build.gradle +++ b/auto-patch-plugin/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'groovy' -project.archivesBaseName = 'auto-patch-plugin' compileGroovy { sourceCompatibility = 1.7 targetCompatibility = 1.7 diff --git a/autopatchbase/build.gradle b/autopatchbase/build.gradle index fc95bf02..3c6b137d 100644 --- a/autopatchbase/build.gradle +++ b/autopatchbase/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'java' -project.archivesBaseName = 'autopatchbase' apply from: '../gradle_mvn_push.gradle' sourceCompatibility= 1.7 targetCompatibility= 1.7 diff --git a/build.gradle b/build.gradle index 72b046df..8ca4bda6 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { classpath 'com.meituan.robust:auto-patch-plugin:0.3.0' classpath 'me.tatarka:gradle-retrolambda:3.2.0' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' - classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4' + classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' } } configurations.all { diff --git a/gradle-plugin/build.gradle b/gradle-plugin/build.gradle index 2f5acabb..73e3ddf7 100644 --- a/gradle-plugin/build.gradle +++ b/gradle-plugin/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'groovy' -project.archivesBaseName = 'gradle-plugin' compileGroovy { sourceCompatibility = 1.7 targetCompatibility = 1.7 diff --git a/gradle_mvn_push.gradle b/gradle_mvn_push.gradle index 5dd8e6f3..4517ab62 100644 --- a/gradle_mvn_push.gradle +++ b/gradle_mvn_push.gradle @@ -1,4 +1,5 @@ apply plugin: 'com.github.dcendents.android-maven' +apply plugin: 'com.jfrog.bintray' group = GROUP version = VERSION_NAME @@ -57,8 +58,8 @@ bintray { name = "${project.group}:${project.name}" userOrg = 'meituan' licenses = ['Apache-2.0'] - websiteUrl = 'http://tech.meituan.com/android-apk-v2-signature-scheme.html' - vcsUrl = 'https://github.com/Meituan-Dianping/walle' + websiteUrl = 'http://tech.meituan.com/android_autopatch.html' + vcsUrl = 'https://github.com/Meituan-Dianping/Robust' publish = true } }