Advertisement
mobilefish

Untitled

Nov 24th, 2020
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1.  
  2. C:\demo>gradle
  3. Starting a Gradle Daemon (subsequent builds will be faster)
  4.  
  5. > Task :help
  6.  
  7. Welcome to Gradle 6.7.1.
  8.  
  9. To run a build, run gradle <task> ...
  10.  
  11. To see a list of available tasks, run gradle tasks
  12.  
  13. To see a list of command-line options, run gradle --help
  14.  
  15. To see more detail about a task, run gradle help --task <task>
  16.  
  17. For troubleshooting, visit https://help.gradle.org
  18.  
  19. Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
  20. Use '--warning-mode all' to show the individual deprecation warnings.
  21. See https://docs.gradle.org/6.7.1/userguide/command_line_interface.html#sec:command_line_warnings
  22.  
  23. BUILD SUCCESSFUL in 1m 57s
  24. 1 actionable task: 1 executed
  25. C:\demo>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement