aboutsummaryrefslogtreecommitdiffstats
path: root/gradle/wrapper
Commit message (Collapse)AuthorAgeFilesLines
* gradle wrapper --gradle-version 4.9 (#1360)Bogdan Drutu2018-08-072-1/+1
|
* Update gradle to 4.7. (#1231)Bogdan Drutu2018-06-042-2/+1
|
* Bumps to latest gradle (#1121)Adrian Cole2018-04-112-1/+2
|
* Update gradle to 4.3 (#822)Bogdan Drutu2017-11-201-1/+1
|
* Rollback changes to gradle. (#581)Bogdan Drutu2017-09-052-1/+0
|
* Add IntervalBucket and tests. (#537)Yang Song2017-09-042-1/+1
|
* update to gradle 4.0.1 (#451)Bogdan Drutu2017-07-112-2/+2
|
* Update to gradle 4.0 (#434)Bogdan Drutu2017-07-072-2/+2
|
* Upgrade to Gradle 3.5.Stefan Schmidt2017-07-042-2/+2
| | | | | | | | | | | | | 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.
* Add support for gradle to build the instrumentation-java. (#158)Bogdan Drutu2017-03-212-0/+6
* Add support for gradle to build the instrumentation-java. * Change the version to 0.4.0-SNAPSHOT.