Skip to content

Commit

Permalink
修改打包配置
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSteven committed Jan 25, 2019
1 parent 9669622 commit c5eefb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions core/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply from: "$rootDir/publish.gradle"
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 27
Expand All @@ -22,14 +22,14 @@ android {
sourceCompatibility 1.8
}

sourceSets {
main{
java{
include '**/*.java'
include '**/*.kt'
}
}
}
// sourceSets {
// main{
// java{
// include '**/*.java'
// include '**/*.kt'
// }
// }
// }
}

group = 'com.github.JoeSteven' // 最好是你的 github 名字
Expand Down
2 changes: 1 addition & 1 deletion mvp/build.gradle
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply from: "$rootDir/publish.gradle"
//apply from: "$rootDir/publish.gradle"

android {
compileSdkVersion 27
Expand Down

0 comments on commit c5eefb3

Please sign in to comment.