Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
1. 尝试打包为 lib
  • Loading branch information
CherryLover committed Nov 7, 2019
1 parent 4ba6ebc commit e57bb71
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
20 changes: 11 additions & 9 deletions rigger/build.gradle
Original file line number Diff line number Diff line change
@@ -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 {

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

0 comments on commit e57bb71

Please sign in to comment.