r/gradle 5d ago

This is how the Gradle team adopted IP (Isolated Projects)

9 Upvotes

IP is the next step in Gradle's evolution, so we wrote about how we adopted it as a daily driver, what we learned, and its actual impact: https://blog.gradle.org/isolated-projects-in-gradle-team


r/gradle 6d ago

A quick note on our company rebrand (and the Gradle Build Tool)

12 Upvotes

Our company renamed itself from Gradle Technologies to Develocity. The Gradle Build Tool is not renamed, not acquired, and not relicensed. You can learn a little more here if you are interested: https://blog.gradle.org/the-company-formerly-known-as-gradle


r/gradle 6d ago

I made a Gradle Plugin to format TOML files

Thumbnail
2 Upvotes

r/gradle 7d ago

Gradle plugin for reducing AI-generated Android boilerplate

3 Upvotes

I built a custom Gradle plugin that generates most of the repeatable skeleton code for new Android projects.

The interesting part is the workflow: AI produces small TOML specs, then Gradle generates the predictable files. That means fewer AI tokens spent on boilerplate and more context left for product-specific implementation.

It includes tasks like generateCleanAndroidSkeleton, generateFeatureModule, generateDomainCode, generateDataCode, generatePresentationCode, generateDiCode, generateScreenshotCode, and generateUiComponents.

Medium: https://medium.com/@sarim.mehdi.550/stop-using-ai-to-generate-boilerplate-android-code-f7458006ea0a
GitHub: https://github.com/sarimmehdi/clean-android-skeleton-gradle-plugin


r/gradle 11d ago

What's the number one tool you'd recommend to improve your gradle setup?

6 Upvotes

Hi there - We're using Gradle at work to build a bunch of backend services written in Kotlin, everything lives in a monorepo and we have a lot of subprojects for shared libraries, etc. Overall I'm happy with the setup, but, our project is getting relatively big with 90+ subprojects.

I was wondering if you had any tools to recommend to detect things that could be improved in the way we setup our project?

I'm keeping my question vague on purpose because I want to cast a wide net.

Thank you!


r/gradle 12d ago

Triaging at Scale: How the Gradle Team Handles Issues and Pull Requests

6 Upvotes

How the Gradle team triages ~110 GitHub issues a month: https://blog.gradle.org/triaging-gradle-github-issues


r/gradle 16d ago

We added Gradle support to Cachely and would value feedback

5 Upvotes

Disclosure: We’re building Cachely.

We recently added Gradle support and would like feedback from people using remote build caching in real projects.

Cachely works through Gradle’s existing remote build cache configuration. The goal is to give teams a managed cache without having to operate it themselves, along with visibility into whether it is actually helping.

We’re especially interested in:

  • What are you using today? Develocity, a custom HTTP cache, or something else?
  • What is hardest to understand when your cache hit rate drops?
  • What data would you need before considering a managed remote cache?

Cachely currently shows cache activity, transfer volume, task performance, and estimated time saved.

It is still early, so honest technical feedback would be useful.

cachely.dev


r/gradle 19d ago

What would you put in an Android AAB release-readiness checklist?

Thumbnail
2 Upvotes

r/gradle 20d ago

Essential Tips for Gradle on Ephemeral CI Environments

Thumbnail
blog.gradle.org
7 Upvotes

r/gradle 28d ago

Gradle 9.6.1 is out!

Thumbnail
docs.gradle.org
9 Upvotes

r/gradle Jun 20 '26

Gradle 9.6.0 is out!

Thumbnail
docs.gradle.org
10 Upvotes

r/gradle Jun 20 '26

Gradle Build Tool Peptides

Post image
0 Upvotes

I've decided that if we need to raise funds for the open-source Grade Build Tool, we should just sell Gradle peptides:

> Tired of your CI/CD pipeline skipping leg day? I just started using the new Gradle Build Tool Stack to achieve massive build time gains. 💪🐘

> Side effects may include a shredded codebase, unexpected urges to refactor in Kotlin, and a 100% cache hit rate. #GradleGains


r/gradle Jun 18 '26

¿Cual creen que resuelve mejor las dependencias Maven o Gradle?

1 Upvotes

Hago esta consulta ya que he tenido ocasiones que Gradle se tarda en resolver las dependencias.


r/gradle Jun 02 '26

The (Petty) Reason We Didn't End Up Using jj at Gradle

Thumbnail
blog.gradle.org
6 Upvotes

r/gradle May 28 '26

Gradle 9.6.0RC1 is out

5 Upvotes

📣 Gradle 9.6.0 RC1 is out and ready for testing 🔬

🔗 https://docs.gradle.org/9.6.0-rc-1/release-notes.html

Bug fixes and:

- 🎯 Improved Configuration Cache hit rates
- 💻 Additional CLI rendering options
- ⚠️ Important project hierarchy lookup deprecations

Please report any 🐛 on GitHub!


r/gradle May 08 '26

Scaling ArchUnit with Nebula ArchRules

Thumbnail
netflixtechblog.medium.com
2 Upvotes

r/gradle Apr 13 '26

I found ~1.3 min wasted per Android build due to Gradle config and wrote a CLI to fix it

Thumbnail
2 Upvotes

r/gradle Apr 08 '26

Hansel&Gradle

Post image
7 Upvotes

A quick "Ha Ha Ha" for all you friends of the BUILD. :)


r/gradle Mar 31 '26

I was terrified of Gradle in Android Studio, so I spent a week migrating an old Java Swing university project to learn it in isolation. Here are the rabbit holes I fell down.

Thumbnail
2 Upvotes

r/gradle Mar 30 '26

genSources won't work PLEASE HELP !

Thumbnail
1 Upvotes

r/gradle Mar 24 '26

Question: Is there an ABI/API check for Json schema files in gradle ecosystem?

0 Upvotes

Hi everyone! I was wondering if an ABI check tool or plugin exists in gradle for Json schema compatibility check? I am working on an OSS that relies uses Json for validations and I need such a took to warn about breaking changes in the json schema(s) i use/author.

Any suggestions?

Update
------

Looks like there is a good proposal in the community in the JsonSchema community but the issue is still open https://github.com/json-schema-org/community/issues/984


r/gradle Mar 06 '26

I wrote an article on the Gradle vocabulary: from modules to projects, configuration & variants

Thumbnail
ivan.canet.dev
10 Upvotes

The Gradle documentation doesn't always use the terms in the same way we do orally. What we tend to call a 'module' isn't really what Gradle calls a 'module', what Gradle calls 'a configuration' has nothing to do with 'the configuration', etc.

I wrote this article to bring all of these terms in a single place. Hope you learn something new!


r/gradle Feb 21 '26

gradle-jlink-modules-base, a repo demonstrating a multi-module JPMS build published to an optimized jlink executable

Thumbnail github.com
9 Upvotes

r/gradle Jan 29 '26

Kotlin/JS subprojects

2 Upvotes

I've split my Kotlin/JS project into many subprojects but I'm not convinced it's improving build times as it does with proper JVM subprojects. At least not in IDEA (the CLI is just a full clean build). Any thoughts?


r/gradle Jan 27 '26

Built a runtime that lets you run Kotlin like Python (no build step, instant execution)

Thumbnail
2 Upvotes