Closed marco-hoyer closed 10 years ago
Hi, The build is broken because the new HttpClient library version 4.3 deprecated some configuration classes and because this build uses -Werror switch to compile Java sources. This effectively turns warnings into errors and fails the build. To get it to build successfully you can either remove the -Werror from your build.gradle file or wait for my pull request that will upgrade the HttpClient configuration code (coming soon).
thx
Hi there, it seems as if the cloudbees build fails without any code changes since build 318 (https://netflixoss.ci.cloudbees.com/job/SimianArmy-master/318/console). Looks like there was a fresh fetch of all dependencies which makes me believe there might be a newer version of any of the dependencies breaking the tests here. It also breaks if I try it locally but I couldn't figure out the exact differences to the last successful build. Any idea?