You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2019/04/09 00:17:42 UTC

[incubator-iceberg] branch master updated: Update shadow plugin to fix broken gradle 5 build (#151)

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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 82365dd  Update shadow plugin to fix broken gradle 5 build (#151)
82365dd is described below

commit 82365dd5c0d90b868805328a89d820d4c605ba53
Author: Filip Bocse <fi...@gmail.com>
AuthorDate: Tue Apr 9 03:17:38 2019 +0300

    Update shadow plugin to fix broken gradle 5 build (#151)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index ec1f1bf..12be5b9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,7 +24,7 @@ buildscript {
     maven { url  "http://palantir.bintray.com/releases" }
   }
   dependencies {
-    classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.0'
+    classpath 'com.github.jengelman.gradle.plugins:shadow:5.0.0'
     classpath 'com.netflix.nebula:gradle-aggregate-javadocs-plugin:2.2.+'
     classpath 'com.netflix.nebula:nebula-publishing-plugin:5.1.5'
     classpath 'com.palantir.baseline:gradle-baseline-java:0.53.0'