Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Gradle Masterclass, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:38
    Welcome & Course Introduction
  • Урок 2. 00:03:18
    Introduction to Gradle
  • Урок 3. 00:06:53
    Lets see some Groovy!
  • Урок 4. 00:03:42
    Installing the Java JDK and Eclipse IDE for the course
  • Урок 5. 00:04:27
    Lets start using Gradle, Eclipse and the Buildship plugin.
  • Урок 6. 00:05:04
    Starting a Gradle Build Script
  • Урок 7. 00:01:10
    The 'return' statement in Groovy
  • Урок 8. 00:02:45
    Lets discover 'types' in Groovy
  • Урок 9. 00:02:56
    Lets see how Groovy 'Strings' work
  • Урок 10. 00:03:34
    Groovy 'Properties'
  • Урок 11. 00:04:53
    Introduction to Groovy Closures
  • Урок 12. 00:04:54
    ... more about Closures
  • Урок 13. 00:04:29
    What is Closure 'Resolution'...?
  • Урок 14. 00:06:52
    Introduction the Gradle Object Model
  • Урок 15. 00:02:35
    Introduction the Gradle Lifecycle
  • Урок 16. 00:06:43
    The Gradle Initialization Phase
  • Урок 17. 00:07:07
    Lifecycle Phases and the Gradle Object Model
  • Урок 18. 00:06:45
    Lifecycle Phases and the Gradle object
  • Урок 19. 00:03:41
    Lifecycle Phases and the Project object
  • Урок 20. 00:02:44
    Gradle Properties
  • Урок 21. 00:10:27
    ... more on Gradle Properties!
  • Урок 22. 00:04:54
    Tasks and the Gradle Lifecycle ...
  • Урок 23. 00:08:30
    Our 1st Gradle Task ...
  • Урок 24. 00:06:35
    Configuring Tasks
  • Урок 25. 00:07:32
    Introduction to 'dependsOn'
  • Урок 26. 00:04:59
    Filtering Tasks with 'dependsOn'
  • Урок 27. 00:05:56
    Using 'dependsOn' in conditional logic
  • Урок 28. 00:03:22
    The Task Dependency Graph
  • Урок 29. 00:10:35
    How to 'Hook' into the Task Dependency Graph
  • Урок 30. 00:03:20
    Introduction to 'Plugins'
  • Урок 31. 00:04:22
    Applying 'Plugins'
  • Урок 32. 00:04:34
    Our 1st Java program
  • Урок 33. 00:04:41
    Starting to use Gradle with Java
  • Урок 34. 00:09:08
    3rd Part Dependencies
  • Урок 35. 00:07:35
    Building our 1st java application
  • Урок 36. 00:12:45
    Assembling our Java application - Part:1
  • Урок 37. 00:09:45
    Assembling our Java application - Part:2
  • Урок 38. 00:10:57
    Building a Java Web application
  • Урок 39. 00:09:15
    Deploying our Java Web application using Gradle
  • Урок 40. 00:02:56
    What are Transitive Dependencies?
  • Урок 41. 00:14:16
    Analysing Dependencies
  • Урок 42. 00:03:30
    Dependency Reports
  • Урок 43. 00:03:08
    What is a Multi-Project build ?
  • Урок 44. 00:09:37
    Our 1st Multi-Project build
  • Урок 45. 00:05:53
    Setting-Up our Multi-Project Build
  • Урок 46. 00:07:58
    Setting-Up our Project Dependencies
  • Урок 47. 00:04:56
    Implementation and API Scopes
  • Урок 48. 00:06:36
    Introduction to a Multi-Project Web application
  • Урок 49. 00:03:19
    Overview of a Multi-Project Web application
  • Урок 50. 00:09:40
    Building the Multi-Project Web Application
  • Урок 51. 00:10:53
    FindBugs with Gradle
  • Урок 52. 00:06:30
    PMD with Gradle
  • Урок 53. 00:08:10
    Deploying our Multi-Project Web Application
  • Урок 54. 00:10:07
    Introduction to using Kotlin as Gradles DSL
  • Урок 55. 00:11:13
    Using Kotlin DSL with our Console Application
  • Урок 56. 00:06:27
    Creating a 'New' Java Project!
  • Урок 57. 00:05:33
    All about the Gradle Wrapper!
  • Урок 58. 00:04:54
    Running the Gradle Wrapper ...
  • Урок 59. 00:01:40
    Conclusion