Introduction to Groovy and Gradle

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 27

  • @zeroxcub
    @zeroxcub 7 лет назад +16

    Thanks a lot, that was one of the few video on RUclips that's actually explaining Gradle.

  • @shreeram_kulkarni
    @shreeram_kulkarni 4 года назад +2

    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

  • @sushmithashenoy7581
    @sushmithashenoy7581 4 месяца назад

    excellent tutorial for Groovy and Gradle beginners like me. Thanks a lot Daniel !

  • @daniellefkowitz2146
    @daniellefkowitz2146 2 года назад

    Any sufficiently abstruse technology is indistinguishable from magic. Thank you Dan for making gradle less magical!

  • @patrickfink8947
    @patrickfink8947 6 лет назад +1

    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!

  • @TheGhanashyam123
    @TheGhanashyam123 3 года назад

    Really appreciate your way of explaining Groovy. Encouraging.

  • @ganeshjogam7837
    @ganeshjogam7837 3 года назад

    Awesome even after 6 years should make more on it.

  • @manikantag
    @manikantag 3 года назад

    The only video that made sense at all. Thanks a ton

  • @anhquocnguyen1578
    @anhquocnguyen1578 3 года назад

    the video is amazing. you explained the groovy and gradle stuff very well, thank you

  • @gordonfreeman8796
    @gordonfreeman8796 3 года назад

    This saved my day today. Well done.

  • @npike
    @npike 9 лет назад +3

    Super awesome ***** - thanks for sharing.

  • @vishwamohan8361
    @vishwamohan8361 7 лет назад

    super video, recommended for those who don't have groovy background
    Thanks Daniel Lew

  • @ben6
    @ben6 4 года назад +1

    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.

  • @tomaspyth7017
    @tomaspyth7017 5 лет назад

    Subscribed before i actually watched the video. 361 thumbs up and zero thumbs down, that should be an amazing video 👍👍

  • @121sbavert
    @121sbavert 3 года назад

    Better than the actual gradle course

  • @wow-ranjan
    @wow-ranjan 4 года назад

    U r Eye opener about gradle🤗

  • @karthikrangaraju9421
    @karthikrangaraju9421 6 лет назад +2

    Thank you so much! Finally I could read a build.gradle file lol

  • @shriduttkothari
    @shriduttkothari 9 лет назад +3

    Android gradle dsl is available online at: google.github.io/android-gradle-dsl/current/index.html

  • @samratdr
    @samratdr 5 лет назад

    thanks for the tutorial and sharing this..

  • @hxlich
    @hxlich 9 лет назад

    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

  • @saiprasadrakasi8442
    @saiprasadrakasi8442 7 лет назад

    super awesome.. than you so much for the groovy basics

  • @michelfeinstein
    @michelfeinstein 5 лет назад

    Could you explain the task syntax? Is it a method that adds a method?

  • @shivanibhosale33
    @shivanibhosale33 6 лет назад +1

    Thanks, very useful!

  • @shriduttkothari
    @shriduttkothari 9 лет назад

    So awesome tutorial.

  • @JorgeMartinEspinosa
    @JorgeMartinEspinosa 9 лет назад +1

    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