Upgrade to Gradle 3.5.

I've run the following command line:
./gradlew wrapper --gradle-version=3.5

Among other things, this fixes the issue described in https://github.com/gradle/gradle/issues/1387
("Exception: java.lang.IllegalStateException thrown from the UncaughtExceptionHandler in thread...").
I've run into this issue when adding more instrumentation logic to the Java agent. It makes
debugging the actual issue nearly impossible as any useful debug output is lost.

While there, also upgrade the errorprone-plugin to 0.0.10 (was 0.0.9) because the previous version
is broken in Gradle 3.5, cf. https://github.com/tbroyer/gradle-errorprone-plugin/issues/37.
3 files changed
tree: 2ee012c6f93063b968d2ff1664f1f438d86d3bd3
  1. all/
  2. api/
  3. benchmarks/
  4. contrib/
  5. core/
  6. core_impl/
  7. core_impl_android/
  8. core_impl_java/
  9. examples/
  10. gradle/
  11. impl/
  12. impl_core/
  13. impl_lite/
  14. testing/
  15. .gitignore
  16. .gitmodules
  17. .travis.yml
  18. appveyor.yml
  19. build.gradle
  20. check-git-history.py
  21. checkstyle.license
  22. checkstyle.xml
  23. CONTRIBUTING.md
  24. findbugs-exclude.xml
  25. gradlew
  26. gradlew.bat
  27. LICENSE
  28. README.md
  29. RELEASING.md
  30. settings.gradle
README.md

OpenCensus - A stats collection and distributed tracing framework

Build Status Build status

OpenCensus provides a framework to define and collect stats against metrics and to break those stats down across user-defined dimensions. The library is in alpha stage and the API is subject to change.