You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by xi...@apache.org on 2020/03/03 02:05:08 UTC

[samza] branch 1.4.0 updated: Revert "Upgrade Gradle to 5.2.1 (#1203)" (#1300)

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

xinyu pushed a commit to branch 1.4.0
in repository https://gitbox.apache.org/repos/asf/samza.git


The following commit(s) were added to refs/heads/1.4.0 by this push:
     new 5327faf  Revert "Upgrade Gradle to 5.2.1 (#1203)" (#1300)
5327faf is described below

commit 5327fafb8502b126482ec0c4efc8d1aa9b96ba44
Author: Cameron Lee <ca...@linkedin.com>
AuthorDate: Mon Mar 2 18:04:59 2020 -0800

    Revert "Upgrade Gradle to 5.2.1 (#1203)" (#1300)
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index a63d500..5926726 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,7 +18,7 @@ group=org.apache.samza
 version=1.4.0
 scalaSuffix=2.11
 
-gradleVersion=5.2.1
+gradleVersion=4.8
 
 org.gradle.jvmargs="-XX:MaxPermSize=512m"