File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,27 +6,25 @@ language: java
66jdk :
77 - openjdk11
88
9- script :
10- - ./gradlew clean build
11-
12- after_success :
13- - bash <(curl -s https://codecov.io/bash)
14- - ' [ "$TRAVIS_BRANCH" = "series/6.x" -a "$TRAVIS_PULL_REQUEST" = "false" -a -z "$TRAVIS_TAG" ]
15- && ./gradlew uploadArchives'
16-
179matrix :
1810 fast_finish : true
1911
2012 include :
2113
2214 allow_failures :
2315
16+ script :
17+ - ./gradlew build --no-daemon
2418
2519env :
2620 global :
2721 - secure : Bun+1FZ29Q3dR9gZ/5brxcSf+zcY5tWrsqOA4GUb5bYCMyORuXQB0FYXuhKR4wB1pFrk1a9EYwRwSu3GwRJVWb+UzF0CNOWF/QG5tGPx32IOXScwlL/KonI4Vhs7Oc0fF4Wdb7euNrT27BU61jbUugjJ642b3n0VBYFYDdquprU=
2822 - secure : QAxhjqLRa+WHKIzgIJPZ/rM5a5uzqG7E5rsC0YvB25cO712oYXmzsYPia/oSp0chXlYLYMfk2UnLeQCSx2e6ogXRRRa977Q+B33Nt0Hd9SGLtduv6DBrbA2ehLU12Ib4DWe5VhF5eueAunycYcllTvqA5h+pzTtEVbd68ZHncM4=
2923
24+ before_cache :
25+ - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
26+ - rm -fr $HOME/.gradle/caches/*/plugin-resolution/
27+
3028cache :
3129 directories :
3230 - $HOME/.gradle/caches/
You can’t perform that action at this time.
0 commit comments