You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2018/04/26 01:46:29 UTC

[beam] branch master updated (d7efddb -> 2a7d7b1)

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

kenn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from d7efddb  Merge pull request #5217: Upgrade Gradle to 4.7
     add b815e7b  Upgrade Gradle protobuf plugin to latest.
     new 2a7d7b1  Merge pull request #5223: Upgrade Gradle protobuf plugin to latest.

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.


Summary of changes:
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
kenn@apache.org.

[beam] 01/01: Merge pull request #5223: Upgrade Gradle protobuf plugin to latest.

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

kenn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 2a7d7b1fe1828ee190b3d4408270b4b80e30df2d
Merge: d7efddb b815e7b
Author: Kenn Knowles <ke...@kennknowles.com>
AuthorDate: Wed Apr 25 18:46:22 2018 -0700

    Merge pull request #5223: Upgrade Gradle protobuf plugin to latest.

 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc build.gradle
index b8119d4,f3759c4..591c429
--- a/build.gradle
+++ b/build.gradle
@@@ -49,10 -49,9 +49,10 @@@ buildscript 
      maven { url "http://repo.spring.io/plugins-release" }
    }
    dependencies {
 +    classpath 'net.researchgate:gradle-release:2.6.0'                                                   // Enable gradle-based release management
      classpath "com.gradle:build-scan-plugin:1.13.1"                                                     // Enable publishing build scans
      classpath "net.ltgt.gradle:gradle-apt-plugin:0.13"                                                  // Enable a Java annotation processor
-     classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.1"                                        // Enable proto code generation
+     classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.5"                                        // Enable proto code generation
      classpath "io.spring.gradle:propdeps-plugin:0.0.9.RELEASE"                                          // Enable provided and optional configurations
      classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.3.1"                              // Enable Apache license enforcement
      classpath "com.commercehub.gradle.plugin:gradle-avro-plugin:0.11.0"                                 // Enable Avro code generation

-- 
To stop receiving notification emails like this one, please contact
kenn@apache.org.