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 7
7
- $HOME/.gradle/caches/
8
8
- $HOME/.gradle/wrapper/
9
9
10
- # see https://docs.travis-ci.com/user/migrating-from-legacy/ and https://docs.travis-ci.com/user/ci-environment
11
- sudo : false
12
-
13
10
# Note that OracleJDK 9 is available for jdk_switcher only on Trusty.
14
11
# https://github.com/travis-ci/travis-ci/issues/7253#issuecomment-283671037
15
12
dist : trusty
@@ -40,4 +37,4 @@ script:
40
37
# We are using && below on purpose
41
38
# ciPerformRelease must run only when the entire build has completed
42
39
# 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 33
33
junitRulesVersion = " 4.8.2"
34
34
testngVersion = " 6.9.10"
35
35
xstreamVersion = " 1.4.10"
36
- mockitoVersion = " 2.28.2 "
36
+ mockitoVersion = " 3.3.3 "
37
37
servletVersion = " 2.5"
38
38
jacocoVersion = " 0.7.7.201606060606"
39
39
eclipseJdt = " 3.3.0-v_771"
You can’t perform that action at this time.
0 commit comments