File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44cache :
55 directories :
66 - $HOME/.m2
7+ - $HOME/.gradle
78env :
89 global :
910 - secure : TmI+K6gSOfDy5oa5EgLCGijimKdR5cHAwM6RASDegTjlRQ/sWVf8BNF4IPJHnAYFWNCgyX6vLdfPS3IJNrYS9iI1Er2a1Ctcq1TbCZfZpn4eIj8mcUXxr2Fo6hLJh2KeuXj3OQwfUy/Jul1Own/9R5YoVDJYD0ntnt1HJgFqq+0=
1011 - secure : DethMgIykOufLLQn9Jykmg7rdvZp4ONXD4A1XVQNaEVQytv20Fb2QidEPmVEocuDmpmU6SjWNMhAeBdlWnyGB4lECMG9594HJpSnNkyFQzzsfSWdOwHixiUCuD+rMJlEPRJDM4ayxhilPnK1gkycKBAZ1gtutriC4O/BdEOCN6A=
1112 - secure : F6jGxeoyhD1tmC0ovRW2RqeEQDN5t5Kfqktmtcj0Lz3S4ddgzMwC6RYKyYiiu9T3FSfh/hEMrx2SrMK+Neu2ctfYflNibUjgZJVPZHR7DA3S+g30teyj10XWspb6+OLC7U0DnGbdLee/w0KkuugQHYNv1aM9oEPtLWi+3VpvIIU=
12- script : mvn clean install -DskipITs=false
13+ script :
14+ - gradle test
1315# after_success:
1416# - ".travis/publish.sh"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Javadocs are available [here](https://getstream.github.io/stream-java/).
4343
4444### Building & Testing
4545
46- Run ` gradle wrapper --gradle-version 4.10.3 ` to generate gradle wrapper files
46+ Run ` gradle wrapper --gradle-version 5.1.1 ` to generate gradle wrapper files
4747
4848Run ` gradle test ` to execute integration tests
4949
You can’t perform that action at this time.
0 commit comments