I have been using gradle for a long time. but I didn't deep dive into it to know how things work. thanks for taking your time to put this good material.
This is the only video which I found to cover gradle concepts mostly used in real-time projects in enterprise world. Thanks a Ton, Marco! this video was really helpful.
Jeez, thank you. This were enough information to get me started. Android Studio generated the enigma of the grandle-build toolchain for me. I did not really know what happened or where to look things up... now this is way more clear. Thank you!
This is one of the best and most efficient videos about Gradle with Groovy. If only it included Kotlin too. Other videos, despite being newer, teach obsolete Groovy syntax. Thanks.
This was a great video. Coming from C++ / Python, more recently Go / Java background, preparing a coding assignment in Kotlin with Gradle for my new job. Watched the video on 1.5x, great and exactly what I wanted.
I legit lol'd when you said you were gonna sell me a course for the other 10%.. I was thinking well at least the guy's honest straight away.. I'm still waiting for the VPN plug.. lols!
Thanks Marco, for the wonderful demo! I am just getting started with Gradle and this really helped. On a separate note, I am a bit curious on how to enable the command prompter and color codes in Windows Cmd prompt. Would be great if you could with that too. 😊
Hey Marco, great video ! I'm interested in the follow up video. I just inherited a behemoth that used gradle and I'm a newb. I also have a build.gradle in my root project, not sure what it's supposed to accomplish though 😅
Thank you driden! The next Gradle video will have to wait a while though, a couple of others will follow first :) Is the build.gradle empt yin the root project? Or some general settings that get inherited across submodules?
@@MarcoCodes yes i have added the comment but i dont know who deleted it. i was waiting for your reply but looks like that comment is deleted i dont know who did that. any way hope you got my message. I have started learning JAVA so i need some useful resource from people like you. and project related video should be use full to peoples like us. any way you are rocking and keep the pace.
@@MarcoCodes Would like to see about the most modern version of a gradle file and cleanups, that you mentioned around 18:20. Thanks for this Amazing video!
Another great video Marco! Just one point, when I clone the git repo and run "gradlew build" and then "gradlew test", the index.html file is missing. I have just "my-webapp/build/test-results/test/binary/" folder with empty files.
Hey, so, first of all running either gradlew test or gradlew build is enough, because build includes test like shown in the video. And then you'll find the report in "my-webapp/build/reports/.." I'll quickly have to double check what the video says :D Thanks!
Thanks for yor great explanation! Even though your explanation is very clear and simple, I think maven is too simple to understand and to quickly get started with compared to gradle. It might because I have worked with maven alot then try to map things to Gradle 😬
I actually think along similar lines. The thing is, Gradle is _super_ powerful, but just a few people I know put in the time and effort to really learn and understand it - as opposed to copy & pasting random Stackoverflow snippets. With Maven, you cannot shoot yourself in the foot that easily.
@@MarcoCodes Agree with you! I think Maven can't let you shoot yourself in the foot because of thr power of the Xml as there is that schema which puts validation and constraints in how you configure the maven settings. As you said Gradle is very powerful for advanced thing, it gives you more flexibility and that flexibility comes with a cost!
What are your video making tools ? Amazing videos. Could you tell me what screen recorder, web cam recorder do you use for making these videos? I want to try them. Thanks.
Hey. I'm mostly using Camtasia to record. The specific make of the camera etc actually don't really matter at the beginning, any good webcam/camera will do, though I'm using a Sony ZV-1.
thanks for sharing great knowledge sir. sir i created an app for multiple people from the same source with different name, themes, and server. the problem is when i update one i need to update others too. is there a why to create multiple apps from the same source with different name, themes, server and google's .json configuration file from one project with different source sets. thanks.
@@MarcoCodes thanks for reply sir, i have a sample app and i want to build other multiple apps from the same code base for other customers with app name , theme, server etc changes. is it possible with gradle to set applicationId, sourceSet and add google's .json configuration file.? sir, i want to create different flavors of my app for different customers with different app name, theme and different google admobe. thanks
This video is missing the part where you explain building a project that doesn't come with the gradlew(.bat) file and folder, where you need to install gradle (add its bin folder to your environment variables) and run "gradle build" (from the folder with the settings.gradle((I assume since its unique while there can be more build.gradle files [it was the first path I tried and it worked]))) this video got me half way there (the rest was a different video and then some guess-work).
Hey Jim! It's basically covered at 18:40, where I show how to use package managers to install Gradle - even though the manual way you described also works just fine. That being said, Gradle projects without wrappers are somewhat in the minority nowadays.
Kindly tell me, how to resolve this error message while building android; BUILD FAILED in 2s Command failed with exit code 1: C:\Users\USER\GWLAPP2\platforms\android\tools\gradlew.bat cdvBuildDebug
I have been using gradle for a long time. but I didn't deep dive into it to know how things work. thanks for taking your time to put this good material.
Glad it was helpful!
watched so many videos, but never understood Gradle they way you did, thank you so much! God bless you.
This is the only video which I found to cover gradle concepts mostly used in real-time projects in enterprise world. Thanks a Ton, Marco! this video was really helpful.
Jeez, thank you. This were enough information to get me started. Android Studio generated the enigma of the grandle-build toolchain for me. I did not really know what happened or where to look things up... now this is way more clear. Thank you!
This is one of the best and most efficient videos about Gradle with Groovy. If only it included Kotlin too. Other videos, despite being newer, teach obsolete Groovy syntax. Thanks.
Thanks!
Great course. Your videos are always the right blend of information and fun.
Looking forward to the next part.
This was a great video. Coming from C++ / Python, more recently Go / Java background, preparing a coding assignment in Kotlin with Gradle for my new job. Watched the video on 1.5x, great and exactly what I wanted.
Thank You Marco for taking out your time and explaining things so well. I am grateful 🙏🏻.
Amazing crash course. Thank you Marco
Always thought Gradle was hard until i watched your video. Thanks a bunch 🙏🏽. Also love your presentation style.
Best compact version of all the major information regrading gradle- saved a lot of tym..thanks!
Glad you enjoyed it!
The most effective and effective over of Gradle
Thank You Marc😍 I don't know have word to express my gratitude toward you.
Superb work!
Please do also make one detailed crash course on GIT (using Intellij)
Very simple and easy to understand tutorial. Thank you
Thanks for this. Actually from some days I'm finding good tutorial of grade 🔥
Finally something informative on the topic. 😀 Thx for the video.
Amazing as always. Nice & Easy ❤️
I just loved it, you made this topic from cherry on the tree to cherry on the cake . Thank you a lot.
Awesome explanation, thank you!
You are amazing. You are a good teacher. its first time on your channel subscribed ! . Thank you very much for your efforts for this video.
Thanks and welcome
new subscriber here, thanks that you explain all those confusing parts which are the most annoying
Happy to help!
Thank you so much for being such great to the point! :)
Thanks for posting this!
Extremely helpful and well put together!
21:32 : "then come back here, see the link for the next video" Sorry I can't see it. Great video; would just love to see the next one. Thanks.
It hasn't been made yet :)
@@MarcoCodesIs it coming out anytime soon? :)
"But then I thought noo f.. lets forget that" - good save, sir!
cometh the hour, cometh the man
Thank you for this video. Your explaining is so well. Thanks 💯💯💯
You're very welcome!
Really awesome tutorial! Thanks a lot
Great crash course. Thanks for sharing!
You are welcome :)
Thank you for this!
I legit lol'd when you said you were gonna sell me a course for the other 10%.. I was thinking well at least the guy's honest straight away.. I'm still waiting for the VPN plug.. lols!
:) No 10% courses, no VPN, no Bitcoin, no NFT plugs ever on here.
"Fun _and_ entertaining at the same time"? It's almost scary how enjoyable it would be.
:D
you are very very underatted!!!!!
Thank you.
I hope this course is good, because I came from C# where I was used with easy life and Visual studio hehe
Amazing explanation!! Thanks :)
Thank you sir, very useful
Super Marco!
Great vid!
Nice one!
Very nice
Thanks Marco, for the wonderful demo! I am just getting started with Gradle and this really helped.
On a separate note, I am a bit curious on how to enable the command prompter and color codes in Windows Cmd prompt. Would be great if you could with that too. 😊
github.com/chrisant996/clink
when do you plan to release the follow up video on gradle?
Not planned in the next quarter:(
Great, thanks
Hey Marco, great video !
I'm interested in the follow up video. I just inherited a behemoth that used gradle and I'm a newb.
I also have a build.gradle in my root project, not sure what it's supposed to accomplish though 😅
Thank you driden! The next Gradle video will have to wait a while though, a couple of others will follow first :) Is the build.gradle empt yin the root project? Or some general settings that get inherited across submodules?
hey, great explanation. could you attach link to next video please.
amazing channel keep going
As always you were amazing 🌍
Hey NavinKumar, I was pretty sure I replied to another comment of yours that has been deleted meanwhile? About Clink etc?
@@MarcoCodes yes i have added the comment but i dont know who deleted it. i was waiting for your reply but looks like that comment is deleted i dont know who did that. any way hope you got my message. I have started learning JAVA so i need some useful resource from people like you. and project related video should be use full to peoples like us. any way you are rocking and keep the pace.
906th...Great explanation !!!
great video marco, when will the follow-up video be released?
Not sure yet
Hey, amazing video! Is there another gradle video coming?
Hey Domas, not planned at the moment. What specifically would you like to learn about in a follow-up?
@@MarcoCodes Would like to see about the most modern version of a gradle file and cleanups, that you mentioned around 18:20. Thanks for this Amazing video!
What happened to the rest of the promissed Gradle videos you mentioned you will do
Not enough demand for them, for now, so they got pushed further down the backlog.
hey Marco, I'm having an error saying "settings.gradle" could not be compiled
nevermind, I had a version mismatch which caused the error
@Marco Is it possible to debug build.gradle ?
See stackoverflow.com/questions/28437636/how-to-debug-a-gradle-build-gradle-file-in-a-debugger-with-breakpoints
Could not compile settings file 'C:\Java\learning_gradle\gradle-tutorial\settings.gradle'.
Without the actual error message, no chance
Another great video Marco!
Just one point, when I clone the git repo and run "gradlew build" and then "gradlew test", the index.html file is missing. I have just "my-webapp/build/test-results/test/binary/" folder with empty files.
Hey, so, first of all running either gradlew test or gradlew build is enough, because build includes test like shown in the video. And then you'll find the report in "my-webapp/build/reports/.." I'll quickly have to double check what the video says :D Thanks!
@@MarcoCodes The video also shows "build/reports". Try that out and see if the index.html file is there :)
@Marco Behler Yes, my fault, thanks :)
Thanks for yor great explanation!
Even though your explanation is very clear and simple, I think maven is too simple to understand and to quickly get started with compared to gradle. It might because I have worked with maven alot then try to map things to Gradle 😬
I actually think along similar lines. The thing is, Gradle is _super_ powerful, but just a few people I know put in the time and effort to really learn and understand it - as opposed to copy & pasting random Stackoverflow snippets. With Maven, you cannot shoot yourself in the foot that easily.
@@MarcoCodes Agree with you!
I think Maven can't let you shoot yourself in the foot because of thr power of the Xml as there is that schema which puts validation and constraints in how you configure the maven settings. As you said Gradle is very powerful for advanced thing, it gives you more flexibility and that flexibility comes with a cost!
What is a name of the plugin you are using for command line in order to have autocompletion?
It is this: github.com/chrisant996/clink
i dont find the follow up gradle tutorial video you're speaking about at the end
That is because it hasn't been recorded yet :)
@@MarcoCodes would be interested in that :)
@@MarcoCodes Waiting for it
What are your video making tools ? Amazing videos. Could you tell me what screen recorder, web cam recorder do you use for making these videos? I want to try them. Thanks.
Hey. I'm mostly using Camtasia to record. The specific make of the camera etc actually don't really matter at the beginning, any good webcam/camera will do, though I'm using a Sony ZV-1.
thanks for sharing great knowledge sir.
sir i created an app for multiple people from the same source with different name, themes, and server. the problem is when i update one i need to update others too.
is there a why to create multiple apps from the same source with different name, themes, server and google's .json configuration file from one project with different source sets.
thanks.
Impossible to give an answer without knowing your project in detail.
@@MarcoCodes thanks for reply sir,
i have a sample app and i want to build other multiple apps from the same code base for other customers with app name , theme, server etc changes.
is it possible with gradle to set applicationId, sourceSet and add google's .json configuration file.?
sir, i want to create different flavors of my app for different customers with different app name, theme and different google admobe.
thanks
the problem is when i update customer 1 app i need to update others to with the same change.
I am using flutter with vscode and it want me to use gradle init but i don't see a flutter option as one of them
As I am using IntelliJ IDEA, I can't tell.
Would you migrate from groovy to Kotlin?
For legacy projects, nope.
This video is missing the part where you explain building a project that doesn't come with the gradlew(.bat) file and folder, where you need to install gradle (add its bin folder to your environment variables) and run "gradle build" (from the folder with the settings.gradle((I assume since its unique while there can be more build.gradle files [it was the first path I tried and it worked]))) this video got me half way there (the rest was a different video and then some guess-work).
Hey Jim! It's basically covered at 18:40, where I show how to use package managers to install Gradle - even though the manual way you described also works just fine. That being said, Gradle projects without wrappers are somewhat in the minority nowadays.
Can you do a video tutorial on ODFDOM for java
Noted, but can't promise anything.
so, why do you recommend kotlin over groovy?
Hard to put down into a YT comment, maybe in the next video :)
It would be great if you put subtitles
Are there no auto-generated ones?
Marc will you please a make video One small Gradle Real Time Gradle Project Please _/\_ 🤏🙏
is this a beginner video?
Well, you could give it a watch and find out :) I would say so.
@@MarcoCodes Well I did watch but I feel like it's mid-advance level. You did not even explain what's gradle at all.
why cant anyone do a simple tutorial for this shit but they have to put all the shit they know just a step by step
You won't believe it, but this -is- the simple tutorial and close to 5% of what Gradle offers.
@MarcoCodes yeah yeah jibber jabber
jabber jibber yeah yeah
Kindly tell me, how to resolve this error message while building android; BUILD FAILED in 2s
Command failed with exit code 1: C:\Users\USER\GWLAPP2\platforms\android\tools\gradlew.bat cdvBuildDebug
Can't help out here, sorry.