https://gradle.com/ logo
Join Slack
Powered by
# self-promotion
  • s

    Slackbot

    02/12/2023, 10:48 PM
    This message was deleted.
    g
    • 2
    • 1
  • m

    melix

    03/12/2023, 6:16 PM
    New blog post showing how we, in the Micronaut team, use version catalogs both for building our projects internally, but also for users' benefit: https://melix.github.io/blog/2023/03-12-micronaut-catalogs.html Version catalogs ftw!
    👍 4
  • v

    Vishal Pallerla

    03/21/2023, 6:03 PM
    Wondering what docker is? Check out my recent post: https://www.devzero.io/blog/what-is-docker-what-is-it-used-for-and-how-does-it-work
  • p

    Petro Uzbek

    04/14/2024, 10:24 PM
    https://games.app.goo.gl/KXbcLBqRrREwVMj7A
  • j

    Justin Brooks

    09/24/2024, 2:00 PM
    A while back I built a cli tool and gradle plugin that can bidirectionally convert svgs and vector drawables. It also shrinks them kinda like svgo. It could support image vector and other formats like vector pdf with not a lot of work (probably). It would only require adding logic to read and write those formats to and from the internal representation. https://github.com/jzbrooks/vgo
    🙌 1
    o
    • 2
    • 1
  • o

    Osezele John

    12/04/2024, 9:33 PM
    Hello, community! I'm excited to join this space and connect with you all. I'm currently on the lookout for mobile development opportunities. If you or your team are seeking a mobile developer, I'd be delighted to apply. You can find my resume attached below. Thank you in advance! Best regards, John Ose. johnosezele@gmail.com
    John_Osezele_Mobile_developer_Res.pdf
  • t

    Thao Nguyen lu

    12/29/2024, 10:09 AM
    Hello, Can I promote my Youtube channel is this?
    m
    • 2
    • 1
  • s

    Slackbot

    01/20/2025, 7:22 PM
    This message was deleted.
    o
    r
    • 3
    • 2
  • m

    Martin

    01/28/2025, 8:33 AM
    I wrote about how I'm moving away from
    @InputDirectory
    : https://mbonnin.net/2025-01-22_input_directory_is_a_lie/
    thank you 2
    v
    • 2
    • 48
  • t

    tony

    02/08/2025, 12:04 AM
    wrote about working around an issue involving a lying POM file, and how the Worker API + classloader isolation saved me (but I shouldn't have needed it, please don't publishing lying POM files) https://dev.to/autonomousapps/this-is-why-we-cant-have-nice-things-when-pom-files-lie-3lm5
    🔥 1
    o
    • 2
    • 1
  • c

    Crown

    03/17/2025, 11:37 AM
    Hello everyone! I’m Michael, a full-stack web developer. I’m a whiz at C#(Desktop App, Blazor MAUI), React(MERN, Next), Vue(MEVN, Nuxt), Angular(MEAN), Typescript, Django, Headless CMS(Website, E-commerce), and Supabase in the Software Development. Recently, I’ve been deep-diving into Cloud and Microservices to create some seriously cool stuff. I’m looking for new opportunities and would be stoked to connect with anyone who might have fitting openings or could use my skills. Check out my portfolio link. https://fightingdev.vercel.app Don’t hesitate to contact me if you need an extra pair of hands for your company. Thanks!
  • j

    Jonathing

    04/15/2025, 9:21 PM
    Hello! I'm Jonathan. I've spent the past several months delving deeper and deeper into the rabbit hole that is Gradle. I won't say I don't admire the complexity, but trying to build simple projects and plugins with it has been a fun challenge. 😄👋 Here's my GitHub page: https://github.com/Jonathing Hope to see you all around!
    🙌 1
  • s

    Slackbot

    05/28/2025, 6:27 AM
    This message was deleted.
    v
    • 2
    • 1
  • e

    Emilio Duran

    05/28/2025, 4:53 PM
    Hi #C04FMAL8RTM, I’m Emilio Duran from Philippines, an AI-focused Full Stack Developer with 7+ years of experience building intelligent, end-to-end applications across web and mobile platforms. I specialize in merging modern frontend technologies with powerful backend and AI/ML systems to deliver real-time, data-driven, and user-centric products. My work spans from intuitive UI/UX interfaces to deploying deep learning models and LLM-powered services. 🔍 What I Do: - AI Integration: Seamlessly embed GPT-4, LangChain, Claude, and custom ML models into apps. - Web & Mobile Development: Build responsive, high-performance applications using React, Next.js, React Native, and Node.js. - Backends for AI: Design scalable APIs and pipelines with FastAPI, Flask, and Django. - Chatbots & Voice Agents: Create advanced chatbot systems integrated with Slack, Telegram, and custom APIs. - RAG Systems & NLP: Architect intelligent search, Q\&A, and summarization tools with vector databases like Pinecone and FAISS. - Computer Vision: Deliver real-time object detection and visual intelligence with OpenCV, PyTorch, and edge devices. I’ve partnered with clients from the US, Canada, Germany, and India—successfully delivering 30+ smart solutions for industries like e-commerce, healthcare, and finance. 💬 Let’s connect via DM if you're looking for a developer who can turn AI into real-world solutions, and deliver production-grade web and mobile applications, I’d love to collaborate.
    👋 2
  • s

    Sean Sullivan

    08/14/2025, 6:44 AM
    Hello from Portland Oregon USA! I’ll be attending Community Over Code in Minneapolis in September 😎
    👋 1
    👍 1
    c
    • 2
    • 1
  • l

    Louis Jacomet

    08/27/2025, 2:24 PM
    set the channel topic: Tell us about your cool project / code / plugin / blog / video /website / ANYTHING Gradle related!
  • t

    tony

    10/15/2025, 7:36 PM
    @Josh Friend and I just published a post on the Block (formerly Square) engineering blog about all the work we've done to make the IDE sync faster for very large Gradle projects (ours have 7000+ and 2000+ subprojects, respectively) https://engineering.block.xyz/blog/shrinking-elephants#user-content-fnref-2
    👀 3
    🚀 7
    thank you 4
  • r

    Rebirth Project

    11/08/2025, 9:59 AM
    Good mornig everyone. You could be interested in this new and simple to use plugin https://plugins.gradle.org/plugin/it.rebirth-project.catalog-dependencies-monitor check that out if interested. Regards.
  • m

    Martin

    11/10/2025, 9:16 AM
    If you notice issues in your builds but don't know where to start, I wrote about how I typically debug my builds: put breakpoints in Gradle code, record heapdumps and flamegraphs 👉 https://mbonnin.net/2025-11-08_gradle_debugging/
    thank you 2
  • j

    Jacob Sabella

    11/11/2025, 4:11 AM
    https://github.com/jacob-sabella/lazygradle TUI Python to catalog and execute gradle tasks in terminal. Have some workflows this was handy for. Not crazy polished but working for my use cases :)
    e
    • 2
    • 3
  • v

    Vampire

    11/11/2025, 9:06 AM
    I wonder that you folks now identify as your projects, as this is the self-promotion channel. 😄 Cool projects are maybe better suited in #CRA9GTYBH, there probably also more people will follow and see it. 🙂
    s
    • 2
    • 2
  • l

    Luca Dev

    11/14/2025, 11:36 AM
    Hello everyone! I’m a Senior Software Developer with 8+ years of experience delivering production-ready solutions for clients worldwide. I love creating scalable, innovative applications that combine AI, blockchain, mobile, and modern web technologies. Here’s what I specialize in: - AI/ML : LLMs, model fine-tuning, Hugging Face, DALL·E 3, MLflow, Zapier, n8n, VAPI, FastAPI for ML serving, Voice agent, Chatbot, VoiceFlow - Full-Stack & Mobile : React, Next.js, Node.js, NestJS, FastAPI, React Native, Flutter, iOS/Android apps, Expo If you have an idea or a project, I’d love to help bring it to life and make it a success. I’m ready to start immediately and collaborate closely to meet your goals. Feel free to reach out via WhatsApp: +15039356975. Check out my portfolio here: https://luca-portfolio.onrender.com/ Looking forward to connecting and creating something amazing together!
  • s

    Sean Sullivan

    11/17/2025, 3:18 PM
    I will be speaking about Dependency Management at the Seattle Java User Group: https://www.meetup.com/seajug/events/311847425/
    👍 4
  • k

    Kacper Fabianowicz

    11/29/2025, 9:57 AM
    👋 Hello, team!
    👋 4
  • s

    Slackbot

    12/12/2025, 9:36 AM
    This message was deleted.
    m
    v
    • 3
    • 5
  • t

    tony

    04/27/2026, 4:24 PM
    https://autonomousapps.com/blog/antifa-gradle-script-obj-reference/post/
    🚀 2
    👏 2
    b
    • 2
    • 1
  • s

    Simon Marquis

    07/07/2026, 8:17 PM
    👋 Hi, I've always wondered why the official Gradle plugin for IntelliJ would offer autocompletion for any third party Maven dependency like this (or maybe it is not even the Gradle plugin but Android's plugin):
    Copy code
    dependencies {
        implementation("<caret>") // suggest dependencies and versions
    }
    but does not do anything for local projects/modules:
    Copy code
    dependencies {
        implementation(project("<caret>")) // nothing!
    }
    --- I know there is the
    TYPESAFE_PROJECT_ACCESSORS
    feature, but it has remained in experimental state for the past... 👀 well it was announced in Gradle 7.0.0 in 2021... And there are still many invalidation issues/drawbacks when using it, especially on large multimodules projects. @Zac Sweers blogged about it in zacsweers.dev/dont-use-type-safe-project-accessors-with-kotlin-gradle-dsl last year. So, I finally took the opportunity to create a very simple and straightforward IntelliJ plugin to fill this gap. I was inspired by slackhq/foundry 's skate plugin, and published a plugin that would work without any prior setup. Maybe Gradle can see this, and include this functionality (and some other neat features I included) in their next plugin version🤞 • github.com/SimonMarquis/Gradle-Project-Paths • plugins.jetbrains.com/plugin/32671-gradle-project-paths
    j
    v
    • 3
    • 4
  • j

    Jendrik Johannes

    07/08/2026, 10:51 AM
    🟢 🟡 🟠 🔴 Are my tests flaky and how bad is it? The Test Dashboard (by TestLens) answers these questions! ✏️ Read more in our blog: testlens.app/blog/…/test-dashboard 👀 See it in action: junit-team/junit-framework Test Dashboard> 🚀 Try TestLens yourself: github.com/marketplace/testlens-app
    🎉 2
    👍 3
    ❤️ 2
  • j

    Jendrik Johannes

    08/05/2026, 8:42 AM
    (Follow up to ☝️ ) TestLens – our (@Marc Philipp @Benedikt Ritter @Jendrik Johannes) test reporting and flaky test management solution for Java projects on GitHub – is now available on the GitHub marketplace. 🚀 It’s free for user accounts. If you have a GitHub account, consider giving it a try. Even for small projects it can be pretty useful as it shows test failures directly on pull requests. (No more scrolling through logs or fighting test report uploads.) 💚 If you think “yeah maybe I will try this later” or _“I think what these folks are doing is probably good but I don’t need it at the moment”_: In order to get access to all GitHub marketplace features, we need more installs. 🤓 So even if you don't have the capacity to try it out directly, you can support us by giving us an install. 🙏 ❓ If you have any feedback or require support please reach out to me here directly.
    👏 2
    🔥 1
  • t

    tony

    08/10/2026, 11:46 PM
    I wrote about my new DeDebug plugin for simplifying Android library development Post: https://autonomousapps.com/blog/simplify-your-android-library-development/post/ Code: https://github.com/autonomousapps/dedebug/
    🚀 1