Skip to content

Commit 61bca2b

Browse files
committed
gradle 脚本优化
1 parent 042b23d commit 61bca2b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

lib_shadow/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencies {
3232

3333
//build.gradle 文末
3434
//bintray-config.gradle 就是跟 build.gradle 同层目录下的一个 gradle 文件,里面就是单纯将 exe {} 这块代码里的变量声明和赋值拷贝至 bintray-config.gradle 文件里
35-
apply from: '../bintray-config.gradle'
36-
apply from: '../bintrayv1.gradle'
37-
apply from: '../installv1.gradle'
35+
apply from: '../gradles/bintray-config.gradle'
36+
apply from: '../gradles/bintrayv1.gradle'
37+
apply from: '../gradles/installv1.gradle'
3838
//apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
3939
//apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'

0 commit comments

Comments
 (0)