[Upload] 发布 Maven

0.0.46
2.1.5
增加隐藏工具箱按钮方法
setToolsViewVisibility

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-12-13 15:18:35 +08:00
parent 92565c7c6e
commit d283d6060a
10 changed files with 157 additions and 159 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
function upload(){
./gradlew $1:clean $1:uploadArchives
if [ $? -ne 0 ];the n exit; fi
if [ $? -ne 0 ];then exit; fi
}
for module in `cat modules.txt`;