#0 接入jitpack发布
This commit is contained in:
@@ -14,7 +14,7 @@ buildscript {
|
||||
// classpath "com.effective.plugins:component:$component_version"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
//调试需要
|
||||
classpath "com.effective.plugins:component-plugin"
|
||||
// classpath "com.effective.plugins:component-plugin"
|
||||
|
||||
//发布需要
|
||||
// classpath 'com.novoda:bintray-release:0.9.1'
|
||||
@@ -47,4 +47,4 @@ allprojects {
|
||||
// delete rootProject.buildDir
|
||||
//}
|
||||
//
|
||||
apply from: "./gradleScript/component.gradle"
|
||||
//apply from: "./gradleScript/component.gradle"
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
//include ':component-core'
|
||||
|
||||
//发布插件
|
||||
//include ':component-plugin'
|
||||
include ':component-plugin'
|
||||
|
||||
//调试插件
|
||||
includeBuild './component-plugin'
|
||||
//includeBuild './component-plugin'
|
||||
|
||||
//include ':app'/*, ':pins'*/
|
||||
//include ':debugModule'
|
||||
|
||||
Reference in New Issue
Block a user