Skip to content

Commit

Permalink
remote publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yechao committed Oct 8, 2023
1 parent 5628fdd commit 842166f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'com.yechaoa.plugin.gradleX'
// id 'com.yechaoa.plugin.gradleX'
}

/**
Expand All @@ -10,10 +10,10 @@ plugins {
* 2.再解开这里和上面插件的注释 //id 'com.yechaoa.plugin.gradleX'
* 3.还有project > build.gradle里面的classpath
*/
gradleX {
printDependencies = false
analysisSo = true
}
//gradleX {
// printDependencies = false
// analysisSo = true
//}

/**
* task 示例抽出去 解开注释可看效果
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -12,7 +12,7 @@ buildscript {
* 2.再解开app > build.gradle里面的插件的注释 //id 'com.yechaoa.plugin.gradleX'
* 3.还有app > build.gradle里面的gradleX{}
*/
classpath('com.yechaoa.plugin:gradleX:1.1.0')
// classpath('com.yechaoa.plugin:gradleX:1.1.0')
// 远端仓库地址
// classpath('com.github.yechaoa.GradleX:dependencies:1.0')
}
Expand Down

0 comments on commit 842166f

Please sign in to comment.