1 Star 0 Fork 0

龚宣璋 / gradle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 501 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: java
jdk: openjdk11
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -f $HOME/.gradle/caches/modules-2/gc.properties
cache:
directories:
- $HOME/.gradle/caches/modules-2/
env:
global:
- JAVA_TOOL_OPTIONS=-Dhttps.protocols=TLSv1.2
install:
- ./gradlew --version
- echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
script: ./gradlew --continue sanityCheck
if: pull_request AND head_repo != gradle/gradle
1
https://gitee.com/gongxuanzhang/gradle.git
git@gitee.com:gongxuanzhang/gradle.git
gongxuanzhang
gradle
gradle
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891