13 lines
340 B
Bash
Executable File
13 lines
340 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# *****************************************************************************
|
|
# @author CsHeng
|
|
# @2017.9.3 init
|
|
#
|
|
# 处理打包事务
|
|
#
|
|
#
|
|
# *****************************************************************************
|
|
|
|
CWD=$(cd "$(dirname "$0")"; pwd)
|
|
|
|
${CWD}/../gradlew clean channelPublishRelease -x lint --parallel |