-
What is the Gradle Build Tool? A simplified explanation
Why do we need to build software? How does code become an app? What is the Gradle Build Tool? A description for non-technical folks. Learn where to start and why you need Gradle Build Tool.
Instructor-led Gradle training is now on-demand at DPE University. Access courses on Gradle, Maven, and Develocity, designed by experienced engineers to boost your productivity with the latest tools and best practices. Explore DPE University: https://dpeuniversity.gradle.com
published: 17 Oct 2022
-
Gradle tutorial for complete beginners
Have you heard of Gradle, but you’re not really sure what it is, why you should use it, and how to get started? This beginner's tutorial answers all of these questions and helps you take your first steps with this powerful build tool.
🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart
🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible
Introduction 0:00
1. Who this tutorial is for? 0:40
2. Why do we need build tools? 0:59
3. The Gradle build tool solution 4:19
4. Maven vs. Gradle 6:20
5. Installing Gradle 7:34
6. Creating a project with gradle init 9:07
7. Gradle project files 10:41
8. Using the Gradle wrapper 12:50
9. Projects, build scripts, tasks, & plugins 13:34
10. Groovy essentials 15:37
11. Building a Java application 17:05
12. Configuring t...
published: 06 Oct 2021
-
Gradle Tutorial - Crash Course
Ever looked for a comprehensive tutorial to Gradle that is fun and entertaining at the same time?
In this video, you'll learn how to use Gradle like a professional: From using the Gradle wrapper, using Gradle together with IDEs and Gradle basics like build.gradle and settings.gradle, to running commands (clean build) as well as understanding multi-project Gradle builds - by the end of it, there won't be many questions left when it comes to Gradle.
► References
REF 1 - GitHub Repo: https://github.com/marcobehlerjetbrains/gradle-tutorial.git
► Timestamps
00:00 Intro
00:28 Cloning The Sample Project
01:04 Gradlew Build - First Try
01:37 Gradle Wrapper
02:24 settings.gradle
03:04 Gradle Multi-Projects
04:24 Gradle Project Structure Explained
07:01 Gradlew Clean
07:19 Gradlew Test
08:5...
published: 06 Jul 2022
-
Gradle Was Hard Until I Learnt This INSANE Secret
Gradle is a notoriously hard build tool to get to grips with. I struggled for a long time, never understanding the build script enough to do more than adding a simple dependency. Then I made a discovery that changed everything.
Once I share this insight with you, you'll gain a deep understanding of what the Gradle build script is and how what you write there interacts with Gradle. You'll have the tools to figure out for yourself what you can do in the build script, helping you work more effectively in your own projects.
🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart
🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible
▶️ VIDEO CHAPTERS
What makes Gradle so hard? 0:00
The key insight that changed everything 1:09
What you didn't know about the bu...
published: 13 Aug 2022
-
Gradle for Beginners (Build Types, Product Flavors, Build Variants, Source Sets)
This video covers the core concepts of Android Gradle. That includes different build types (debug, release, etc.), product flavors and their use, build variants and how to make use of different source sets.
Get the multi-module course here:
https://elopage.com/s/philipplackner/building-industry-level-apps-with-multi-module-architecture?locale=en
💻 Let me personally review your code and provide individual feedback, so it won't backfire and cost you a fortune in future:
https://elopage.com/s/philipplackner/code-review/payment?locale=en
🎓 Become an industry-ready developer in the Mobile Dev Campus:
https://pl-coding.com/campus?utm_source=youtube&utm_medium=video&utm_campaign=default
🎁 Get my FREE 4.5h course "The Best Practice Guide to Android Architecture":
https://pl-coding.com/best-pr...
published: 20 Apr 2022
-
The Ultimate Gradle Kotlin Beginner's Crash Course For 2025
This is the ultimate Android beginner's crash course to Gradle Kotlin. It will teach you everything you need to know in your daily work life, specifically the Gradle Wrapper, modules, dependencies, version catalogs, build types, product flavors, build variants and source sets.
Learn Gradle and multi-module architecture in practice (and save 30% during Black Week!):
https://pl-coding.com/android-essentials-bundle-testing?utm_source=youtube&utm_medium=video&utm_campaign=black-week-2024&utm_content=gradle-crash-course&cmc_strip=utm
💸💸💸 *BLACK WEEK:* Save 30% On All Android Premium Courses and Bundles:
https://pl-coding.com/premium-courses/
🎓 Join the Mobile Dev Campus For the Black Week Offer:
https://pl-coding.com/campus?utm_source=youtube&utm_campaign=black-week-2024&utm_medium=video&u...
published: 24 Nov 2024
-
Java, Gradle, and VS Code 😎🍵
Did you know you can use VS Code for your Gradle projects? Download the Java extension pack here: https://aka.ms/vscodejava
Gradle extension here: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-gradle
published: 26 Feb 2023
-
Gradle Build Tool in 100 Seconds
Gradle. A tool for building Java and other JVM language applications. This video is the first step to understand how Gradle compiles, packages, and tests your application in a fast automated way.
🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart
🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible
published: 07 Apr 2022
-
Why Gradle
This video is part of the Udacity course "Gradle for Android and Java". Watch the full course at https://www.udacity.com/course/ud867
published: 06 Jun 2016
-
Learn the Gradle Build Script Basics in 12 Minutes
Plugins, dependencies, repositories: these are all part of Gradle's build script. But what do these words mean? And what even is the build script in the first place?
If you find the build script confusing, in this video you'll learn answers to all these questions and more. By seeing line by line how to write a build script for a simple (but beautiful) Java application, you'll be able to work more confidently in your own Gradle projects.
In this video we use the build.gradle, the Groovy version of Gradle build script.
▶️ VIDEO CHAPTERS
Do You Find the Gradle Build Script Confusing? 0:00
The Vital Nature of Build Scripts 0:31
Creating the Build Script from Scratch 1:19
Enriching Your Project With Plugins 2:03
Configuring Plugins to Bend to Your Will 4:15
Leveraging Other's Code With Dep...
published: 21 Aug 2022
1:24
What is the Gradle Build Tool? A simplified explanation
Why do we need to build software? How does code become an app? What is the Gradle Build Tool? A description for non-technical folks. Learn where to start and wh...
Why do we need to build software? How does code become an app? What is the Gradle Build Tool? A description for non-technical folks. Learn where to start and why you need Gradle Build Tool.
Instructor-led Gradle training is now on-demand at DPE University. Access courses on Gradle, Maven, and Develocity, designed by experienced engineers to boost your productivity with the latest tools and best practices. Explore DPE University: https://dpeuniversity.gradle.com
https://wn.com/What_Is_The_Gradle_Build_Tool_A_Simplified_Explanation
Why do we need to build software? How does code become an app? What is the Gradle Build Tool? A description for non-technical folks. Learn where to start and why you need Gradle Build Tool.
Instructor-led Gradle training is now on-demand at DPE University. Access courses on Gradle, Maven, and Develocity, designed by experienced engineers to boost your productivity with the latest tools and best practices. Explore DPE University: https://dpeuniversity.gradle.com
- published: 17 Oct 2022
- views: 36990
24:48
Gradle tutorial for complete beginners
Have you heard of Gradle, but you’re not really sure what it is, why you should use it, and how to get started? This beginner's tutorial answers all of these qu...
Have you heard of Gradle, but you’re not really sure what it is, why you should use it, and how to get started? This beginner's tutorial answers all of these questions and helps you take your first steps with this powerful build tool.
🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart
🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible
Introduction 0:00
1. Who this tutorial is for? 0:40
2. Why do we need build tools? 0:59
3. The Gradle build tool solution 4:19
4. Maven vs. Gradle 6:20
5. Installing Gradle 7:34
6. Creating a project with gradle init 9:07
7. Gradle project files 10:41
8. Using the Gradle wrapper 12:50
9. Projects, build scripts, tasks, & plugins 13:34
10. Groovy essentials 15:37
11. Building a Java application 17:05
12. Configuring tasks 19:53
13. Testing 21:07
14. Adding dependencies and repositories 22:08
15. Summary 23:35
16. Next steps 24:09
VIDEO RESOURCES
☕ Java install https://adoptopenjdk.net/installation.html
🐘 Gradle install https://gradle.org/install/
👨💻 GitHub repo https://github.com/tkgregory/gradle-tutorial
📖 This video in article format https://tomgregory.com/gradle/gradle-tutorial-for-complete-beginners
https://wn.com/Gradle_Tutorial_For_Complete_Beginners
Have you heard of Gradle, but you’re not really sure what it is, why you should use it, and how to get started? This beginner's tutorial answers all of these questions and helps you take your first steps with this powerful build tool.
🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart
🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible
Introduction 0:00
1. Who this tutorial is for? 0:40
2. Why do we need build tools? 0:59
3. The Gradle build tool solution 4:19
4. Maven vs. Gradle 6:20
5. Installing Gradle 7:34
6. Creating a project with gradle init 9:07
7. Gradle project files 10:41
8. Using the Gradle wrapper 12:50
9. Projects, build scripts, tasks, & plugins 13:34
10. Groovy essentials 15:37
11. Building a Java application 17:05
12. Configuring tasks 19:53
13. Testing 21:07
14. Adding dependencies and repositories 22:08
15. Summary 23:35
16. Next steps 24:09
VIDEO RESOURCES
☕ Java install https://adoptopenjdk.net/installation.html
🐘 Gradle install https://gradle.org/install/
👨💻 GitHub repo https://github.com/tkgregory/gradle-tutorial
📖 This video in article format https://tomgregory.com/gradle/gradle-tutorial-for-complete-beginners
- published: 06 Oct 2021
- views: 235925
21:53
Gradle Tutorial - Crash Course
Ever looked for a comprehensive tutorial to Gradle that is fun and entertaining at the same time?
In this video, you'll learn how to use Gradle like a profess...
Ever looked for a comprehensive tutorial to Gradle that is fun and entertaining at the same time?
In this video, you'll learn how to use Gradle like a professional: From using the Gradle wrapper, using Gradle together with IDEs and Gradle basics like build.gradle and settings.gradle, to running commands (clean build) as well as understanding multi-project Gradle builds - by the end of it, there won't be many questions left when it comes to Gradle.
► References
REF 1 - GitHub Repo: https://github.com/marcobehlerjetbrains/gradle-tutorial.git
► Timestamps
00:00 Intro
00:28 Cloning The Sample Project
01:04 Gradlew Build - First Try
01:37 Gradle Wrapper
02:24 settings.gradle
03:04 Gradle Multi-Projects
04:24 Gradle Project Structure Explained
07:01 Gradlew Clean
07:19 Gradlew Test
08:56 Gradle's Smart Features
09:52 Build.Gradle Explained
11:06 Dependency Scopes
12:11 Adding Dependencies
12:34 Package Search
14:19 Implementation Scope
14:51 API Scope
15:20 Plugins
16:47 Repositories
17:20 Modifying Gradle Tasks
17:38 Common Gradle Issues
18:40 Creating New Gradle Projects
19:23 Gradle Init
21:44 Outro
► FOLLOW ME
https://twitter.com/MarcoBehler
https://www.marcobehler.com
https://wn.com/Gradle_Tutorial_Crash_Course
Ever looked for a comprehensive tutorial to Gradle that is fun and entertaining at the same time?
In this video, you'll learn how to use Gradle like a professional: From using the Gradle wrapper, using Gradle together with IDEs and Gradle basics like build.gradle and settings.gradle, to running commands (clean build) as well as understanding multi-project Gradle builds - by the end of it, there won't be many questions left when it comes to Gradle.
► References
REF 1 - GitHub Repo: https://github.com/marcobehlerjetbrains/gradle-tutorial.git
► Timestamps
00:00 Intro
00:28 Cloning The Sample Project
01:04 Gradlew Build - First Try
01:37 Gradle Wrapper
02:24 settings.gradle
03:04 Gradle Multi-Projects
04:24 Gradle Project Structure Explained
07:01 Gradlew Clean
07:19 Gradlew Test
08:56 Gradle's Smart Features
09:52 Build.Gradle Explained
11:06 Dependency Scopes
12:11 Adding Dependencies
12:34 Package Search
14:19 Implementation Scope
14:51 API Scope
15:20 Plugins
16:47 Repositories
17:20 Modifying Gradle Tasks
17:38 Common Gradle Issues
18:40 Creating New Gradle Projects
19:23 Gradle Init
21:44 Outro
► FOLLOW ME
https://twitter.com/MarcoBehler
https://www.marcobehler.com
- published: 06 Jul 2022
- views: 75553
6:16
Gradle Was Hard Until I Learnt This INSANE Secret
Gradle is a notoriously hard build tool to get to grips with. I struggled for a long time, never understanding the build script enough to do more than adding a ...
Gradle is a notoriously hard build tool to get to grips with. I struggled for a long time, never understanding the build script enough to do more than adding a simple dependency. Then I made a discovery that changed everything.
Once I share this insight with you, you'll gain a deep understanding of what the Gradle build script is and how what you write there interacts with Gradle. You'll have the tools to figure out for yourself what you can do in the build script, helping you work more effectively in your own projects.
🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart
🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible
▶️ VIDEO CHAPTERS
What makes Gradle so hard? 0:00
The key insight that changed everything 1:09
What you didn't know about the build script 1:48
A new way to look at the build script 5:01
https://wn.com/Gradle_Was_Hard_Until_I_Learnt_This_Insane_Secret
Gradle is a notoriously hard build tool to get to grips with. I struggled for a long time, never understanding the build script enough to do more than adding a simple dependency. Then I made a discovery that changed everything.
Once I share this insight with you, you'll gain a deep understanding of what the Gradle build script is and how what you write there interacts with Gradle. You'll have the tools to figure out for yourself what you can do in the build script, helping you work more effectively in your own projects.
🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart
🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible
▶️ VIDEO CHAPTERS
What makes Gradle so hard? 0:00
The key insight that changed everything 1:09
What you didn't know about the build script 1:48
A new way to look at the build script 5:01
- published: 13 Aug 2022
- views: 53221
24:14
Gradle for Beginners (Build Types, Product Flavors, Build Variants, Source Sets)
This video covers the core concepts of Android Gradle. That includes different build types (debug, release, etc.), product flavors and their use, build variants...
This video covers the core concepts of Android Gradle. That includes different build types (debug, release, etc.), product flavors and their use, build variants and how to make use of different source sets.
Get the multi-module course here:
https://elopage.com/s/philipplackner/building-industry-level-apps-with-multi-module-architecture?locale=en
💻 Let me personally review your code and provide individual feedback, so it won't backfire and cost you a fortune in future:
https://elopage.com/s/philipplackner/code-review/payment?locale=en
🎓 Become an industry-ready developer in the Mobile Dev Campus:
https://pl-coding.com/campus?utm_source=youtube&utm_medium=video&utm_campaign=default
🎁 Get my FREE 4.5h course "The Best Practice Guide to Android Architecture":
https://pl-coding.com/best-practice-guide?utm_source=youtube&utm_medium=video&utm_campaign=crypto_tracker
Read our weekly Android blog:
https://pl-coding.com/blog
Join this channel to get access to perks:
https://www.youtube.com/channel/UCKNTZMRHPLXfqlbdOI7mCkg/join
Join my Discord server:
https://discord.gg/cwQbmUstEu
Regular programming advice on my Instagram page: https://instagram.com/_philipplackner_
Checkout my GitHub: https://github.com/philipplackner
You like my free content? Here you can buy me a coffee:
https://www.buymeacoffee.com/philipplackner
00:00 - What is Gradle?
03:18 - Gradle Groovy vs. Gradle Kotlin DSL
05:07 - The Gradle wrapper
08:38 - Build types
12:42 - Product flavors
19:22 - Source sets
https://wn.com/Gradle_For_Beginners_(Build_Types,_Product_Flavors,_Build_Variants,_Source_Sets)
This video covers the core concepts of Android Gradle. That includes different build types (debug, release, etc.), product flavors and their use, build variants and how to make use of different source sets.
Get the multi-module course here:
https://elopage.com/s/philipplackner/building-industry-level-apps-with-multi-module-architecture?locale=en
💻 Let me personally review your code and provide individual feedback, so it won't backfire and cost you a fortune in future:
https://elopage.com/s/philipplackner/code-review/payment?locale=en
🎓 Become an industry-ready developer in the Mobile Dev Campus:
https://pl-coding.com/campus?utm_source=youtube&utm_medium=video&utm_campaign=default
🎁 Get my FREE 4.5h course "The Best Practice Guide to Android Architecture":
https://pl-coding.com/best-practice-guide?utm_source=youtube&utm_medium=video&utm_campaign=crypto_tracker
Read our weekly Android blog:
https://pl-coding.com/blog
Join this channel to get access to perks:
https://www.youtube.com/channel/UCKNTZMRHPLXfqlbdOI7mCkg/join
Join my Discord server:
https://discord.gg/cwQbmUstEu
Regular programming advice on my Instagram page: https://instagram.com/_philipplackner_
Checkout my GitHub: https://github.com/philipplackner
You like my free content? Here you can buy me a coffee:
https://www.buymeacoffee.com/philipplackner
00:00 - What is Gradle?
03:18 - Gradle Groovy vs. Gradle Kotlin DSL
05:07 - The Gradle wrapper
08:38 - Build types
12:42 - Product flavors
19:22 - Source sets
- published: 20 Apr 2022
- views: 90216
42:17
The Ultimate Gradle Kotlin Beginner's Crash Course For 2025
This is the ultimate Android beginner's crash course to Gradle Kotlin. It will teach you everything you need to know in your daily work life, specifically the G...
This is the ultimate Android beginner's crash course to Gradle Kotlin. It will teach you everything you need to know in your daily work life, specifically the Gradle Wrapper, modules, dependencies, version catalogs, build types, product flavors, build variants and source sets.
Learn Gradle and multi-module architecture in practice (and save 30% during Black Week!):
https://pl-coding.com/android-essentials-bundle-testing?utm_source=youtube&utm_medium=video&utm_campaign=black-week-2024&utm_content=gradle-crash-course&cmc_strip=utm
💸💸💸 *BLACK WEEK:* Save 30% On All Android Premium Courses and Bundles:
https://pl-coding.com/premium-courses/
🎓 Join the Mobile Dev Campus For the Black Week Offer:
https://pl-coding.com/campus?utm_source=youtube&utm_campaign=black-week-2024&utm_medium=video&utm_content=gradle-kotlin-crash-course&cmc_strip=utm
🎁 Get my FREE 4.5h Best Practice Guide to Android Architecture:
https://pl-coding.com/best-practice-guide?utm_campaign=default&utm_medium=video&utm_content=gradle-kotlin-crash-course&cmc_strip=utm
💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:
https://pl-coding.com/drop-table-mentoring?utm_source=youtube&utm_medium=video&utm_campaign=default&cmc_strip=utm
Read our weekly Android blog:
https://pl-coding.com/blog
Regular programming advice on my Instagram page:
https://www.instagram.com/_philipplackner_/
Get the source code here:
https://github.com/philipplackner/GradleKotlinDSL-CrashCourse
00:00 - Introduction
01:05 - PL Coding Black Week
01:56 - Gradle in Android Studio
5:27 - The Gradle Wrapper
8:03 - build.gradle.kts (project)
8:56 - Gradle Plugins
12:27 - build.gradle.kts (app)
15:20 - Version Catalogs
16:23 - Gradle Modules
22:56 - Build Types
26:44 - Build Config
28:56 - Product Flavors
34:19 - Source Sets
https://wn.com/The_Ultimate_Gradle_Kotlin_Beginner's_Crash_Course_For_2025
This is the ultimate Android beginner's crash course to Gradle Kotlin. It will teach you everything you need to know in your daily work life, specifically the Gradle Wrapper, modules, dependencies, version catalogs, build types, product flavors, build variants and source sets.
Learn Gradle and multi-module architecture in practice (and save 30% during Black Week!):
https://pl-coding.com/android-essentials-bundle-testing?utm_source=youtube&utm_medium=video&utm_campaign=black-week-2024&utm_content=gradle-crash-course&cmc_strip=utm
💸💸💸 *BLACK WEEK:* Save 30% On All Android Premium Courses and Bundles:
https://pl-coding.com/premium-courses/
🎓 Join the Mobile Dev Campus For the Black Week Offer:
https://pl-coding.com/campus?utm_source=youtube&utm_campaign=black-week-2024&utm_medium=video&utm_content=gradle-kotlin-crash-course&cmc_strip=utm
🎁 Get my FREE 4.5h Best Practice Guide to Android Architecture:
https://pl-coding.com/best-practice-guide?utm_campaign=default&utm_medium=video&utm_content=gradle-kotlin-crash-course&cmc_strip=utm
💻 Let me be your mentor and become an industry-ready Android developer in 10 weeks:
https://pl-coding.com/drop-table-mentoring?utm_source=youtube&utm_medium=video&utm_campaign=default&cmc_strip=utm
Read our weekly Android blog:
https://pl-coding.com/blog
Regular programming advice on my Instagram page:
https://www.instagram.com/_philipplackner_/
Get the source code here:
https://github.com/philipplackner/GradleKotlinDSL-CrashCourse
00:00 - Introduction
01:05 - PL Coding Black Week
01:56 - Gradle in Android Studio
5:27 - The Gradle Wrapper
8:03 - build.gradle.kts (project)
8:56 - Gradle Plugins
12:27 - build.gradle.kts (app)
15:20 - Version Catalogs
16:23 - Gradle Modules
22:56 - Build Types
26:44 - Build Config
28:56 - Product Flavors
34:19 - Source Sets
- published: 24 Nov 2024
- views: 21153
0:29
Java, Gradle, and VS Code 😎🍵
Did you know you can use VS Code for your Gradle projects? Download the Java extension pack here: https://aka.ms/vscodejava
Gradle extension here: https://mark...
Did you know you can use VS Code for your Gradle projects? Download the Java extension pack here: https://aka.ms/vscodejava
Gradle extension here: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-gradle
https://wn.com/Java,_Gradle,_And_Vs_Code_😎🍵
Did you know you can use VS Code for your Gradle projects? Download the Java extension pack here: https://aka.ms/vscodejava
Gradle extension here: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-gradle
- published: 26 Feb 2023
- views: 39361
1:47
Gradle Build Tool in 100 Seconds
Gradle. A tool for building Java and other JVM language applications. This video is the first step to understand how Gradle compiles, packages, and tests your a...
Gradle. A tool for building Java and other JVM language applications. This video is the first step to understand how Gradle compiles, packages, and tests your application in a fast automated way.
🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart
🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible
https://wn.com/Gradle_Build_Tool_In_100_Seconds
Gradle. A tool for building Java and other JVM language applications. This video is the first step to understand how Gradle compiles, packages, and tests your application in a fast automated way.
🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart
🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible
- published: 07 Apr 2022
- views: 11513
2:03
Why Gradle
This video is part of the Udacity course "Gradle for Android and Java". Watch the full course at https://www.udacity.com/course/ud867
This video is part of the Udacity course "Gradle for Android and Java". Watch the full course at https://www.udacity.com/course/ud867
https://wn.com/Why_Gradle
This video is part of the Udacity course "Gradle for Android and Java". Watch the full course at https://www.udacity.com/course/ud867
- published: 06 Jun 2016
- views: 102171
11:44
Learn the Gradle Build Script Basics in 12 Minutes
Plugins, dependencies, repositories: these are all part of Gradle's build script. But what do these words mean? And what even is the build script in the first p...
Plugins, dependencies, repositories: these are all part of Gradle's build script. But what do these words mean? And what even is the build script in the first place?
If you find the build script confusing, in this video you'll learn answers to all these questions and more. By seeing line by line how to write a build script for a simple (but beautiful) Java application, you'll be able to work more confidently in your own Gradle projects.
In this video we use the build.gradle, the Groovy version of Gradle build script.
▶️ VIDEO CHAPTERS
Do You Find the Gradle Build Script Confusing? 0:00
The Vital Nature of Build Scripts 0:31
Creating the Build Script from Scratch 1:19
Enriching Your Project With Plugins 2:03
Configuring Plugins to Bend to Your Will 4:15
Leveraging Other's Code With Dependencies 5:36
Discovering the Power of the Build Script 7:24
Verifying Your Application With Tests 7:57
Configuring Tasks to Your Requirements 9:16
Bringing It All Together 10:05
🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart
🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible
VIDEO RESOURCES
GitHub repository https://github.com/tkgregory/gradle-build-script-basics
Learn about other dependency configurations in "How To Add A Gradle Dependency" https://youtu.be/FWPk0aD3fYk
Gradle Project API docs https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html
https://wn.com/Learn_The_Gradle_Build_Script_Basics_In_12_Minutes
Plugins, dependencies, repositories: these are all part of Gradle's build script. But what do these words mean? And what even is the build script in the first place?
If you find the build script confusing, in this video you'll learn answers to all these questions and more. By seeing line by line how to write a build script for a simple (but beautiful) Java application, you'll be able to work more confidently in your own Gradle projects.
In this video we use the build.gradle, the Groovy version of Gradle build script.
▶️ VIDEO CHAPTERS
Do You Find the Gradle Build Script Confusing? 0:00
The Vital Nature of Build Scripts 0:31
Creating the Build Script from Scratch 1:19
Enriching Your Project With Plugins 2:03
Configuring Plugins to Bend to Your Will 4:15
Leveraging Other's Code With Dependencies 5:36
Discovering the Power of the Build Script 7:24
Verifying Your Application With Tests 7:57
Configuring Tasks to Your Requirements 9:16
Bringing It All Together 10:05
🚀 FREE QUICK-START GRADLE GUIDE https://tomgregory.com/gradlequickstart
🔥 ULTIMATE GRADLE BUILD BIBLE https://tomgregory.com/gradlebuildbible
VIDEO RESOURCES
GitHub repository https://github.com/tkgregory/gradle-build-script-basics
Learn about other dependency configurations in "How To Add A Gradle Dependency" https://youtu.be/FWPk0aD3fYk
Gradle Project API docs https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html
- published: 21 Aug 2022
- views: 10071