5 Star 18 Fork 10

WeBank / WeIdentity-Build-Tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 178 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanggang 提交于 2020-06-18 15:13 . * remove unuse file
#!/bin/bash
if [ -n "$1" ] ;then
sed -i "/^repoType/crepoType=$1" gradle.properties
fi
#build
chmod u+x gradlew
./gradlew clean build
chmod u+x start.sh
chmod u+x stop.sh
Java
1
https://gitee.com/WeBank/WeIdentity-Build-Tools.git
git@gitee.com:WeBank/WeIdentity-Build-Tools.git
WeBank
WeIdentity-Build-Tools
WeIdentity-Build-Tools
master

搜索帮助