This was great ! The best part about your teaching is that you not only teach the technology to the people but more importantly you introduce them to the documentation and tell how to effectively access it. And this is the thing that most tutors miss on. Thanks
Exactly what I was looking for and couldn't wrap my head around despite looking at 2 other tutorials and documentation. Thanks a lot! Saved me a lot of time!
This is really helpful even though I have no intention of using Groovy. Just enough to understand the differences so I can use Kotlin DSL for Gradle instead. Why? Because Groovy is too groovy for me. I want something less-Groovy and less-groovy.
Is there any way to get the current running task from a dsl container? sourceSets.all{ sourceSet -> String currentTaskName = ???? if(currentTaskName.contains("MyFlavorName")){ // do stuff } } thanks
This gets more fun when you start using Groovy to really code in Android: github.com/groovy/groovy-android-gradle-plugin And a little spam here: github.com/Arasthel/SwissKnife
Thanks a lot, that was one of the few video on RUclips that's actually explaining Gradle.
This was great ! The best part about your teaching is that you not only teach the technology to the people but more importantly you introduce them to the documentation and tell how to effectively access it. And this is the thing that most tutors miss on.
Thanks
excellent tutorial for Groovy and Gradle beginners like me. Thanks a lot Daniel !
Any sufficiently abstruse technology is indistinguishable from magic. Thank you Dan for making gradle less magical!
Exactly what I was looking for and couldn't wrap my head around despite looking at 2 other tutorials and documentation. Thanks a lot! Saved me a lot of time!
Really appreciate your way of explaining Groovy. Encouraging.
Awesome even after 6 years should make more on it.
The only video that made sense at all. Thanks a ton
the video is amazing. you explained the groovy and gradle stuff very well, thank you
This saved my day today. Well done.
Super awesome ***** - thanks for sharing.
super video, recommended for those who don't have groovy background
Thanks Daniel Lew
This is really helpful even though I have no intention of using Groovy. Just enough to understand the differences so I can use Kotlin DSL for Gradle instead. Why? Because Groovy is too groovy for me. I want something less-Groovy and less-groovy.
Subscribed before i actually watched the video. 361 thumbs up and zero thumbs down, that should be an amazing video 👍👍
Better than the actual gradle course
U r Eye opener about gradle🤗
Thank you so much! Finally I could read a build.gradle file lol
Android gradle dsl is available online at: google.github.io/android-gradle-dsl/current/index.html
thanks for the tutorial and sharing this..
Is there any way to get the current running task from a dsl container?
sourceSets.all{ sourceSet ->
String currentTaskName = ????
if(currentTaskName.contains("MyFlavorName")){
// do stuff
}
}
thanks
super awesome.. than you so much for the groovy basics
Could you explain the task syntax? Is it a method that adds a method?
Thanks, very useful!
So awesome tutorial.
This gets more fun when you start using Groovy to really code in Android: github.com/groovy/groovy-android-gradle-plugin
And a little spam here: github.com/Arasthel/SwissKnife