You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump gradle plugin versions previously blocked by Java8 support (#35586)
* Bump gradle plugin versions previously blocked by Java8 support
Now we dropped Java8 support to build Beam, we can bump the following plugins
* Shadow plugin to 8.3.8
* grgit-gradle to 5.3.2
* Remove Java8 logic for Errorprone
* Clean up docs
runtimeOnly("com.google.protobuf:protobuf-gradle-plugin:0.8.13") // Enable proto code generation
48
51
runtimeOnly("com.github.davidmc24.gradle.plugin:gradle-avro-plugin:1.9.1") // Enable Avro code generation. Version 1.1.0 is the last supporting avro 1.10.2
49
52
runtimeOnly("com.diffplug.spotless:spotless-plugin-gradle:5.6.1") // Enable a code formatting plugin
50
53
runtimeOnly("gradle.plugin.com.dorongold.plugins:task-tree:1.5") // Adds a 'taskTree' task to print task dependency tree
0 commit comments