Skip to content

Commit d6730ce

Browse files
committed
优化编译gradle脚本,去除不需要的变量
1 parent 58e191c commit d6730ce

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ipc-annotation/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
22
id 'java-library'
33
id 'kotlin'
4-
id 'maven'
4+
id 'com.github.dcendents.android-maven'
55
}
66

77
//apply from:'../gradle/publish_jar.gradle'
88

9-
group 'com.github.zhanggaoming'
9+
//group 'com.github.zhanggaoming'
1010

1111

1212
java {

ipc-compiler/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
plugins {
22
id 'java-library'
33
id 'kotlin'
4-
id 'maven'
4+
id 'com.github.dcendents.android-maven'
55
}
66
//apply from:'../gradle/publish_jar.gradle'
77

8-
group 'com.github.zhanggaoming'
8+
//group 'com.github.zhanggaoming'
99

1010
java {
1111
sourceCompatibility = JavaVersion.VERSION_1_8

ipc-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'com.github.dcendents.android-maven'
55
}
66

7-
group = 'com.github.zhanggaoming'
7+
//group = 'com.github.zhanggaoming'
88

99
//apply from:'../gradle/publish_aar.gradle'
1010

0 commit comments

Comments
 (0)