aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorStefan Schmidt <stschmidt@google.com>2017-07-04 00:28:23 +0200
committerStefan Schmidt <stschmidt@google.com>2017-07-04 00:28:23 +0200
commit93641e81ad38377e905cc14833a640480d96007e (patch)
tree2ee012c6f93063b968d2ff1664f1f438d86d3bd3 /gradle
parent4fecdd4e62208c86d793c01ce6bfc4fec42ad868 (diff)
downloadopencensus-java-93641e81ad38377e905cc14833a640480d96007e.tar.gz
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.
Diffstat (limited to 'gradle')
-rw-r--r--gradle/wrapper/gradle-wrapper.jarbin54212 -> 54212 bytes
-rw-r--r--gradle/wrapper/gradle-wrapper.properties4
2 files changed, 2 insertions, 2 deletions
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
index 2942b502..e963759c 100644
--- a/gradle/wrapper/gradle-wrapper.jar
+++ b/gradle/wrapper/gradle-wrapper.jar
Binary files differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index e560f34c..c5cc309a 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Sat Mar 18 12:22:37 PDT 2017
+#Tue Jul 04 00:25:44 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip