Skip to content

Commit

Permalink
fix publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
mivanzhang committed Mar 15, 2017
1 parent 170be9f commit 796b10b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion auto-patch-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'groovy'
project.archivesBaseName = 'auto-patch-plugin'
compileGroovy {
sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down
1 change: 0 additions & 1 deletion autopatchbase/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'java'
project.archivesBaseName = 'autopatchbase'
apply from: '../gradle_mvn_push.gradle'
sourceCompatibility= 1.7
targetCompatibility= 1.7
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'groovy'
project.archivesBaseName = 'gradle-plugin'
compileGroovy {
sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down
5 changes: 3 additions & 2 deletions gradle_mvn_push.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
group = GROUP
version = VERSION_NAME

Expand Down Expand Up @@ -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
}
}

0 comments on commit 796b10b

Please sign in to comment.