Repository: incubator-wave Updated Branches: refs/heads/master d554a0287 -> 02f2dd5e6
update gradle wrapper to v2.11, update shadowJar plugin to 1.2.3 Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/02f2dd5e Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/02f2dd5e Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/02f2dd5e Branch: refs/heads/master Commit: 02f2dd5e6249a89e2fd8c877c7bbb1b1845b487a Parents: d554a02 Author: wisebaldone <[email protected]> Authored: Sun Feb 21 15:20:26 2016 +1000 Committer: wisebaldone <[email protected]> Committed: Sun Feb 21 15:20:26 2016 +1000 ---------------------------------------------------------------------- gradle/wrapper/gradle-wrapper.jar | Bin 53636 -> 53636 bytes gradle/wrapper/gradle-wrapper.properties | 4 ++-- pst/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/02f2dd5e/gradle/wrapper/gradle-wrapper.jar ---------------------------------------------------------------------- diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 9411448..13372ae 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/02f2dd5e/gradle/wrapper/gradle-wrapper.properties ---------------------------------------------------------------------- diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 933d903..08ca730 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu Dec 17 08:05:02 IST 2015 +#Sun Feb 21 14:40:07 AEST 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/02f2dd5e/pst/build.gradle ---------------------------------------------------------------------- diff --git a/pst/build.gradle b/pst/build.gradle index 0e53b8b..b49cd85 100644 --- a/pst/build.gradle +++ b/pst/build.gradle @@ -20,7 +20,7 @@ //============================================================================= plugins { id 'java' - id 'com.github.johnrengelman.shadow' version '1.2.2' + id 'com.github.johnrengelman.shadow' version '1.2.3' } apply plugin: 'com.google.protobuf'
