You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/07/06 13:20:01 UTC

[beam] branch users/damccorm/avroPlugin created (now 34dc971fdab)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch users/damccorm/avroPlugin
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 34dc971fdab Try bumping the avro plugin

This branch includes the following new commits:

     new 34dc971fdab Try bumping the avro plugin

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Try bumping the avro plugin

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/avroPlugin
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 34dc971fdab6059900d7787d303f092bfb1b5146
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu Jul 6 09:19:52 2023 -0400

    Try bumping the avro plugin
    
    Currently the version we're relying on isn't formally released or supported
---
 buildSrc/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts
index 8b2956f98c9..050bf2a0636 100644
--- a/buildSrc/build.gradle.kts
+++ b/buildSrc/build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
   implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.14")
 
   runtimeOnly("com.google.protobuf:protobuf-gradle-plugin:0.8.13")                                          // Enable proto code generation
-  runtimeOnly("com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin:0.16.0")                                   // Enable Avro code generation
+  runtimeOnly("com.github.davidmc24.gradle-avro-plugin:gradle-avro-plugin:1.0.0")                                   // Enable Avro code generation
   runtimeOnly("com.diffplug.spotless:spotless-plugin-gradle:5.6.1")                                       // Enable a code formatting plugin
   runtimeOnly("com.palantir.gradle.docker:gradle-docker:0.34.0")                             // Enable building Docker containers
   runtimeOnly("gradle.plugin.com.dorongold.plugins:task-tree:1.5")                                       // Adds a 'taskTree' task to print task dependency tree