Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. Pattern: clean<TaskName>: Cleans the output files of a task.
  2. Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration.
  3. Pattern: upload<ConfigurationName>: Assembles and uploads the artifacts belonging to a configuration.
  4.  
  5. To see all tasks and more detail, run gradlew tasks --all
  6.  
  7. To see more detail about a task, run gradlew help --task <task>
  8.  
  9. > Task :scripts:dev
  10. executing dev
  11.  
  12. > Task :scripts:update
  13. liquibase-plugin: Running the 'main' activity...
  14. INFO 24.06.2019, 17:14: liquibase: Successfully acquired change log lock
  15. INFO 24.06.2019, 17:14: liquibase: Reading from liquibase.databasechangelog
  16. INFO 24.06.2019, 17:14: liquibase: Successfully released change log lock
  17. Liquibase Update Successful
  18.  
  19. Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
  20. Use '--warning-mode all' to show the individual deprecation warnings.
  21. See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
  22.  
  23. BUILD SUCCESSFUL in 4s
  24. 3 actionable tasks: 3 executed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement