Guest User

Untitled

a guest
Nov 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. grdl tasks
  2. :tasks
  3.  
  4. ------------------------------------------------------------
  5. Root Project
  6. ------------------------------------------------------------
  7.  
  8. Default tasks: build, installApp
  9.  
  10. Application tasks
  11. -----------------
  12. distZip - Bundles the project as a JVM application with libs and OS specific scripts.
  13. installApp - Installs the project as a JVM application along with libs and OS specific scripts.
  14. run - Runs this project as a JVM application
  15.  
  16. Build tasks
  17. -----------
  18. assemble - Assembles all Jar, War, Zip, and Tar archives.
  19. build - Assembles and tests this project.
  20. buildDependents - Assembles and tests this project and all projects that depend on it.
  21. buildNeeded - Assembles and tests this project and all projects it depends on.
  22. classes - Assembles the main classes.
  23. clean - Deletes the build directory.
  24. jar - Assembles a jar archive containing the main classes.
  25. testClasses - Assembles the test classes.
  26.  
  27. Documentation tasks
  28. -------------------
  29. javadoc - Generates Javadoc API documentation for the main source code.
  30.  
  31. Help tasks
  32. ----------
  33. dependencies - Displays the dependencies of root project 'jslim'.
  34. help - Displays a help message
  35. projects - Displays the sub-projects of root project 'jslim'.
  36. properties - Displays the properties of root project 'jslim'.
  37. tasks - Displays the tasks in root project 'jslim'.
  38.  
  39. Verification tasks
  40. ------------------
  41. check - Executes all quality checks
  42. test - Runs the unit tests.
  43.  
  44. Rules
  45. -----
  46. Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration.
  47. Pattern: upload<ConfigurationName>: Assembles and uploads the artifacts belonging to a configuration.
  48. Pattern: clean<TaskName>: Cleans the output files of a task.
  49.  
  50. To see all tasks and more detail, run with --all.
  51.  
  52. BUILD SUCCESSFUL
  53.  
  54. Total time: 3.269 secs
Add Comment
Please, Sign In to add comment