Assert size of collections on the request side; fixes gh-824

This commit is contained in:
Marcin Grzejszczak
2018-12-20 14:53:38 +01:00
parent 6969d233b8
commit 9c7c896115
21 changed files with 202 additions and 117 deletions

View File

@@ -60,10 +60,6 @@ test {
}
}
task wrapper(type: Wrapper) {
gradleVersion = '4.0.2'
}
task resolveDependencies {
doLast {
project.rootProject.allprojects.each { subProject ->