Skip to content

Instantly share code, notes, and snippets.

@THUFIR
Created January 30, 2016 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save THUFIR/3123b8a4126a97089999 to your computer and use it in GitHub Desktop.
Save THUFIR/3123b8a4126a97089999 to your computer and use it in GitHub Desktop.
gradle.properties
thufir@mordor:~/java$
thufir@mordor:~/java$ ll
total 40
drwxrwxr-x 2 thufir thufir 4096 Jan 30 04:57 ./
drwx------ 29 thufir thufir 12288 Jan 30 04:56 ../
-rw-rw-r-- 1 thufir thufir 70 Jan 30 04:48 gradle.build
-rw-rw-r-- 1 thufir thufir 123 Jan 30 04:47 HelloWorld.java
thufir@mordor:~/java$
thufir@mordor:~/java$
thufir@mordor:~/java$
thufir@mordor:~/java$
thufir@mordor:~/java$
thufir@mordor:~/java$
thufir@mordor:~/java$
thufir@mordor:~/java$
thufir@mordor:~/java$
thufir@mordor:~/java$ gradle tasks
: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
----------
components - Displays the components produced by root project 'java'. [incubating]
dependencies - Displays all dependencies declared in root project 'java'.
dependencyInsight - Displays the insight into a specific dependency in root project 'java'.
help - Displays a help message.
model - Displays the configuration model of root project 'java'. [incubating]
projects - Displays the sub-projects of root project 'java'.
properties - Displays the properties of root project 'java'.
tasks - Displays the tasks runnable from root project 'java'.
To see all tasks and more detail, run gradle tasks --all
To see more detail about a task, run gradle help --task <task>
BUILD SUCCESSFUL
Total time: 11.366 secs
This build could be faster, please consider using the Gradle Daemon: http://gradle.org/docs/2.5/userguide/gradle_daemon.html
thufir@mordor:~/java$
thufir@mordor:~/java$ cat /home/thufir/gradle.properties
org.gradle.daemon=true
thufir@mordor:~/java$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment