1 Star 0 Fork 33

ZNIX/hutool4

forked from Hutool/hutool4 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 422 Bytes
Copy Edit Raw Blame History
Looly authored 2019-08-14 10:02 . clean history
language: java
sudo: false # faster builds
install: true
jdk:
- openjdk8
notifications:
email: false
cache:
directories:
- '$HOME/.m2'
script:
- export TZ=Asia/Shanghai
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- mvn cobertura:cobertura -Dcobertura.report.format=xml -Dmaven.javadoc.skip.true
after_success:
- bash <(curl -s https://codecov.io/bash)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/znix/hutool4.git
git@gitee.com:znix/hutool4.git
znix
hutool4
hutool4
v4-master

Search