Skip to content

Instantly share code, notes, and snippets.

@jazzwang
Last active April 15, 2016 16:02
Show Gist options
  • Save jazzwang/5be480e530b1102387989ffea6068d8f to your computer and use it in GitHub Desktop.
Save jazzwang/5be480e530b1102387989ffea6068d8f to your computer and use it in GitHub Desktop.
:wrapper
:init
BUILD SUCCESSFUL
Total time: 2.419 secs
This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.12/userguide/gradle_daemon.html
:tasks
------------------------------------------------------------
All tasks runnable from root project
------------------------------------------------------------
Build Setup tasks
-----------------
init - Initializes a new Gradle build. [incubating]
wrapper - Generates Gradle wrapper files. [incubating]
Help tasks
----------
buildEnvironment - Displays all buildscript dependencies declared in root project 'gradle-sample'.
components - Displays the components produced by root project 'gradle-sample'. [incubating]
dependencies - Displays all dependencies declared in root project 'gradle-sample'.
dependencyInsight - Displays the insight into a specific dependency in root project 'gradle-sample'.
help - Displays a help message.
model - Displays the configuration model of root project 'gradle-sample'. [incubating]
projects - Displays the sub-projects of root project 'gradle-sample'.
properties - Displays the properties of root project 'gradle-sample'.
tasks - Displays the tasks runnable from root project 'gradle-sample'.
BUILD SUCCESSFUL
Total time: 1.994 secs
This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.12/userguide/gradle_daemon.html
.
├── build.gradle
├── gradle
│   └── wrapper
│   ├── gradle-wrapper.jar
│   └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
└── settings.gradle
2 directories, 6 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment