https://gradle.com/ logo
Join Slack
Powered by
# fun
  • o

    Oleg Nenashev

    05/09/2024, 3:30 PM
    set the channel description: Gradle-related jokes, memes, puns, etc. It is fine to be sarcastic too, but please respect the code of conduct!,
  • o

    Oleg Nenashev

    05/09/2024, 3:34 PM
    set the channel topic: Joke&Learn about the Gradle Build Tool
  • o

    Oleg Nenashev

    05/15/2024, 10:24 AM
    This is what I learned yesterday too, when doing my Java Infra as Code workshop :)
    party gradlephant 2
  • o

    Oleg Nenashev

    03/06/2025, 4:23 PM
    We need more fun here 🙂
  • g

    giphy

    03/06/2025, 4:30 PM
    fun
  • g

    giphy

    03/06/2025, 4:31 PM
    fun with flags
    🙈 1
  • m

    Martin

    03/07/2025, 12:38 PM
    April 1st approaching 😄 👀
    o
    m
    • 3
    • 3
  • o

    Oleg Nenashev

    03/18/2025, 9:30 AM
    TIL: A meme maker, built with Gradle - https://github.com/theapache64/gh-meme-maker
    t
    s
    • 3
    • 3
  • o

    Oleg Nenashev

    03/22/2025, 12:30 PM
    Building an old Gradle project with Jenkins, configured with Pipeline and system scripts
    🙌 2
  • o

    Oleg Nenashev

    04/10/2025, 4:19 PM
    Cuz trends gradlephant
    😂 1
    ❤️ 3
    t
    • 2
    • 2
  • o

    Oleg Nenashev

    04/18/2025, 2:02 PM
    Spotted @no frying something on the laptop. I guess he just ran Android Studio there, looks legit 😂🍳
    🔥 6
  • o

    Oleg Nenashev

    05/14/2025, 9:50 PM
    Best plugin for Gradle sync in Android Studio https://plugins.jetbrains.com/plugin/24613-pedro-progress-bar
  • v

    Vampire

    05/14/2025, 10:27 PM
    https://plugins.jetbrains.com/plugin/14708-mario-progress-bar
    🎉 1
    j
    • 2
    • 1
  • o

    Oleg Nenashev

    06/06/2025, 7:29 AM
    image.png
    😂 1
    m
    • 2
    • 1
  • j

    Jendrik Johannes

    06/24/2025, 10:07 AM
    HELP. I AM STUCK IN A LOOP!
    Copy code
    > A problem was found with the configuration of BuildResultFlowAction.Parameters.
          > Type 'buildlog.BuildResultFlowAction.Parameters' property 'toFileLoggingListener' has @ServiceReference annotation used on property of type 'buildlog.ToFileLoggingListener' which is not a build service implementation.
            
            Reason: A property annotated with @ServiceReference must be of a type that implements 'org.gradle.api.services.BuildService'.
            
            Possible solutions:
              1. Make 'buildlog.ToFileLoggingListener' implement 'org.gradle.api.services.BuildService'.
              2. Replace the @ServiceReference annotation on 'toFileLoggingListener' with @Internal and assign a value of type 'buildlog.ToFileLoggingListener' explicitly.
    Lets do (2)
    Copy code
    > A problem was found with the configuration of BuildResultFlowAction.Parameters.
          > Type '.buildlog.BuildResultFlowAction.Parameters' property 'toFileLoggingListener' is annotated with invalid property type @Internal.
            
            Reason: The '@Internal' annotation cannot be used in this context.
            
            Possible solutions:
              1. Remove the property.
              2. Use a different annotation, e.g one of @Inject, @Input or @ServiceReference.
    Lets do (2) (although 1 is tempting --> just remove and give up 😄 )
    Copy code
    > A problem was found with the configuration of BuildResultFlowAction.Parameters.
          > Type 'buildlog.BuildResultFlowAction.Parameters' property 'toFileLoggingListener' has @ServiceReference annotation used on property of type 'buildlog.ToFileLoggingListener' which is not a build service implementation.
            
            Reason: A property annotated with @ServiceReference must be of a type that implements 'org.gradle.api.services.BuildService'.
            
            Possible solutions:
              1. Make 'buildlog.ToFileLoggingListener' implement 'org.gradle.api.services.BuildService'.
              2. Replace the @ServiceReference annotation on 'toFileLoggingListener' with @Internal and assign a value of type 'buildlog.ToFileLoggingListener' explicitly.
    ............
  • j

    Jeremie

    06/25/2025, 5:34 PM
    hello - I was having some issues with hilt / workers and the famous no such method error, lead me down a rabbit hole that kind of made me want to face my fears a little in android. I find like I don't really understand generally gradle, plugins, apply, etc and tyring to find a resource that might be interesting/helpful in breaking down those things to increase understanding/expertise and reduce what im assuming are tons of unused resources and stuff in there thats not scoped properly etc and just be better in general at working in that area. Our work around ended up creating our own factory and not using the one that should be free from hilt worker....