Commit 070aa09a authored by pengjunjign's avatar pengjunjign

增加子模块的导入

parent 5dc57a73
......@@ -26,3 +26,10 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
task importPushModule() {
println("add submodule before")
"git submodule init".execute()
"git submodule update".execute()
println("add submodule after")
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment