Repository: incubator-wave Updated Branches: refs/heads/fix/dependendices-2016 25c755633 -> 5ff642e0e
Update gradle to latest version. Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/5ff642e0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/5ff642e0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/5ff642e0 Branch: refs/heads/fix/dependendices-2016 Commit: 5ff642e0eafe690f43dc5369efe38d0c2b3ef5e4 Parents: 25c7556 Author: wisebaldone <wisebald...@apache.org> Authored: Sun Nov 20 17:25:44 2016 +1000 Committer: wisebaldone <wisebald...@apache.org> Committed: Sun Nov 20 17:25:44 2016 +1000 ---------------------------------------------------------------------- .gitignore | 3 +++ build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/5ff642e0/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index a9cec8c..9337c37 100755 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,6 @@ wave/config/wave.conf ### Backup files *~ + +### Server running +**/*.log.* \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/5ff642e0/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 2f445c9..698fd7f 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.google.protobuf:protobuf-gradle-plugin:0.7.3' + classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.0' } } plugins { http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/5ff642e0/gradle/wrapper/gradle-wrapper.properties ---------------------------------------------------------------------- diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7d05de3..41eabe8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.2-all.zip