File tree Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " gradle"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ - package-ecosystem : " github-actions"
8+ directory : " /"
9+ schedule :
10+ interval : " weekly"
Original file line number Diff line number Diff line change 1+ name : " Validate Gradle Wrapper"
2+ on : [push, pull_request]
3+
4+ jobs :
5+ validation :
6+ name : " Gradle wrapper validation"
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v2
10+ - uses : gradle/wrapper-validation-action@v1
Original file line number Diff line number Diff line change 77 - $HOME/.gradle/caches/
88 - $HOME/.gradle/wrapper/
99
10- # see https://docs.travis-ci.com/user/migrating-from-legacy/ and https://docs.travis-ci.com/user/ci-environment
11- sudo : false
12-
1310# Note that OracleJDK 9 is available for jdk_switcher only on Trusty.
1411# https://github.com/travis-ci/travis-ci/issues/7253#issuecomment-283671037
1512dist : trusty
@@ -40,4 +37,4 @@ script:
4037 # We are using && below on purpose
4138 # ciPerformRelease must run only when the entire build has completed
4239 # This guarantees that no release steps are executed when the build or tests fail
43- - ./gradlew assemble -s -PcheckJava6Compatibility && ./gradlew -i -s check && ./gradlew -i ciPerformRelease
40+ - ./gradlew assemble -s -PcheckJava6Compatibility && ./gradlew -i -s check && ./gradlew -i ciPerformRelease
Original file line number Diff line number Diff line change 3333 junitRulesVersion = " 4.8.2"
3434 testngVersion = " 6.9.10"
3535 xstreamVersion = " 1.4.10"
36- mockitoVersion = " 2.28.2 "
36+ mockitoVersion = " 3.3.3 "
3737 servletVersion = " 2.5"
3838 jacocoVersion = " 0.7.7.201606060606"
3939 eclipseJdt = " 3.3.0-v_771"
You can’t perform that action at this time.
0 commit comments