Build, minor: rename task `gooffline` to `goOffline` task
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/7a0b4b9d Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/7a0b4b9d Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/7a0b4b9d Branch: refs/heads/develop Commit: 7a0b4b9dde9c5588c9ef2fe9963cfb2037ab1532 Parents: cb10393 Author: Paul Merlin <[email protected]> Authored: Wed Jun 24 16:39:45 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Wed Jun 24 16:39:45 2015 +0200 ---------------------------------------------------------------------- build.gradle | 4 ++-- manual/src/docs/tutorials/howto-build-system.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/7a0b4b9d/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index b7110a0..501171a 100644 --- a/build.gradle +++ b/build.gradle @@ -396,8 +396,8 @@ allprojects { } // allprojects END ------------------------------------------------------- // Allow easy download of all dependencies to go offline -// ./gradlew gooffline -task gooffline { +// ./gradlew goOffline +task goOffline { doLast { allprojects.configurations.flatten()*.resolvedConfiguration } http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/7a0b4b9d/manual/src/docs/tutorials/howto-build-system.txt ---------------------------------------------------------------------- diff --git a/manual/src/docs/tutorials/howto-build-system.txt b/manual/src/docs/tutorials/howto-build-system.txt index 5d036a9..cf6b7ea 100644 --- a/manual/src/docs/tutorials/howto-build-system.txt +++ b/manual/src/docs/tutorials/howto-build-system.txt @@ -55,7 +55,7 @@ A quick way to check that nothing broke. Here are some of theses global tasks we defined: -gooffline:: +goOffline:: + -- Resolve, download and cache all needed dependencies.
