aboutsummaryrefslogtreecommitdiff
path: root/gradle
AgeCommit message (Collapse)Author
2018-07-26Upgrade Gradle to 4.9Eric Anderson
This opens up the ability of dependency locking and the now-stable Maven Publish Plugin. Also failOnVersionConflict no longer needs to be commented out for the dependency insight report.
2018-05-17Bump to Gradle 4.7Eric Anderson
The new jmh plugin fixes a warning for the newer version of Gradle. The new AppEngine plugin still produces a warning, but updating it anyway so people know that upgrading the plugin doesn't fix the problem. The new android-maven plugin fixes a build problem with the newer Gradle. The Visual Studio fixes were necessary starting ~4.4. https://github.com/gradle/gradle-native/issues/34#issuecomment-335222096 describes the change in behavior. There's nothing immediately being used as part of this update. It's just to keep us current and to get us over that Visual Studio change hump.
2018-01-23all: update gradle-wrapper.jarEric Gribkoff
2017-10-30Upgrade to Gradle 4.3Eric Anderson
While this fixes a Gradle-caused failure on Java 9, it is still failing due to Generated annotations as seen in #3633. Fixes #3632
2017-07-12all: update to gradle 4.0.1Carl Mastrangelo
There is a deadlock in 4.0.0 with running tests in parallel
2017-07-05all: update to gradle 4.0Carl Mastrangelo
2017-06-07all: update to gradle 3.5Carl Mastrangelo
2017-04-06all: Update to gradle 3.4.1Eric Anderson
Among build speed improvements and VS 2015 support, it also improves quote handling in gradlew.
2016-11-23all: update to gradle 3.2Carl Mastrangelo
* all: update to gradle 3.2
2016-08-04Update to Gradle 2.14Eric Anderson
Is faster and includes a security fix.
2016-05-09Upgrade to Gradle 2.13Eric Anderson
This improves our documentation for the gradle protobuf plugin, as its version is dependent on the gradle version. Gradle now has the --tests flag, performance improvements, and support for OpenPGP subkeys.
2016-03-02Bump gradle version to 2.11Carl Mastrangelo
2016-01-26Update gradle to 2.10Eric Anderson
Gets us past some minor DSL changes and should get increased build performance. Will make it easier to update to 2.11 and other future versions.
2015-10-23Upgrade gradle to 2.8Eric Anderson
This fixes a problem where gradle would try to use VC's amd64_x86 cl (without the correct environment) and fail to compile with return code -1073741515 (STATU_DLL_NOT_FOUND) because of missing mspdb120.dll.
2015-10-15Reduce OkHttp dependency, copy all the needed files into our repository.Xudong Ma
2015-10-15Upgrade OkHttp to 2.5Xudong Ma
2015-05-12Slight performance improvment for MutableHandlerRegistryImplnmittler
2015-04-16Solution for GRPC codegen deployment.zhangkun83
2015-01-27Add Gradle wrapper for building.Jake Wharton