Skip to content

Commit 9979fc3

Browse files
authored
Update README.md
1 parent d90d394 commit 9979fc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ buildscript {
7272
//..
7373
RocketX {
7474
openLog = true
75-
//指定哪些模块不打成 aar ,字符串为 module.path
76-
excludeModule = [":module_common"]
75+
//指定哪些模块不打成 aar ,字符串为 module.path,以下 moduleB 不是一级目录,需要带上父文件夹
76+
excludeModule = [":moduleA",":module_common:moduleB"]
7777
}
7878
//..
7979
}

0 commit comments

Comments
 (0)