42 Star 210 Fork 68

如梦技术 / mica-auto

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
deploy.sh 268 Bytes
Copy Edit Raw Blame History
如梦技术 authored 2023-06-24 17:54 . :bookmark:3.1.1
#!/bin/sh
## 1. java version
export JAVA_HOME=`/usr/libexec/java_home -v 17`
java -version
printf "\n"
## 2. gradle version
./gradlew -version
printf "\n"
## 3. gradle clean build
./gradlew clean build
## 4. deploy 发布正式版,关闭并行
./gradlew publish
Java
1
https://gitee.com/596392912/mica-auto.git
git@gitee.com:596392912/mica-auto.git
596392912
mica-auto
mica-auto
master

Search

53164aa7 5694891 3bd8fe86 5694891