• Build Tool More on Build Tool
    Releases
    Features
    9.0.0 Highlights
    8.0.0 Highlights
    Gradle vs Maven
  • Learn More on Learn
    User Manual
    DPE University
    YouTube Channel
    Events and Webinar
  • Support More on Support
    Community Slack
    Community Forums
    Professional Services
  • News More on News
    Newsletter
    Blog
  • Gradle Technologies More on Gradle Technologies
    Develocity®
    Build Scan®
    DPE.org
    Careers
  • About More on About
    Contact Us
    Gradle Fellowship
  • GitHub

April 2026

Welcome to the April 2026 Gradle Build Tool newsletter! This month, Gradle Best Practices in IntelliJ IDEA, Gradle 9.5.0, a new Dependency Management course, Gradle GitHub Actions v6.1.0, and a fully managed Develocity 2026.1.

Table of Contents

  • From the Community
    • INTELLIJ IDEA 2026.1 RELEASE
  • From Gradle
    • GRADLE 9.5.0 RELEASE
    • GITHUB ACTIONS FOR GRADLE v6
    • NEW COURSE: DEPENDENCY MANAGEMENT 1
  • From Develocity
    • DEVELOCITY 2026.1 RELEASE
  • Upcoming events
  • Spread the word

Introduction

From the Community #

INTELLIJ IDEA 2026.1 RELEASE #

JetBrains shipped IntelliJ IDEA 2026.1, and this release has more for Gradle users than usual. The official Gradle Best Practices guide is now baked into the IDE as inspections and quick-fixes.

The guide is part of the JetBrains × Google × Gradle collaboration, and it’s now integrated into the editor. More than 30 practices have been authored to date, with the first batch live in 2026.1 and the rest landing in subsequent updates. Expect your IDE to start gently nudging you in the right direction.

👉 Watch the video

From Gradle #

GRADLE 9.5.0 RELEASE #

Gradle 9.5.0 is out! This release includes:

  • Task provenance in error messages and reports: when a task fails, Gradle now tells you whether it was registered by a build script, a settings script, or a plugin, making it much easier to track down the source.
  • Type-safe Kotlin accessors for precompiled Settings convention plugin: *.settings.gradle.kts convention plugins now get the same IDE autocompletion and compile-time checking as Project-level conventions when the kotlin-dsl plugin is applied.
  • Wrapper download retries: opt-in retries and retryBackOffMs properties in gradle-wrapper.properties reduce flaky CI failures on unstable networks.

Update your wrapper to get started:

./gradlew wrapper --gradle-version=9.5.0

👉 See the release notes

GITHUB ACTIONS FOR GRADLE v6 #

Version 6 of gradle/actions is out! The GitHub Actions toolkit is used by over 45,000 open-source repositories and featured in GitHub’s official Java starter workflows. Here’s what’s new and what it means for your CI.

Two caching paths, one action. Pick the path that fits:

  • Basic Caching (new in v6.1.0, MIT-licensed): a fully open-source provider built on @actions/cache. Caches Gradle build files and outputs, derives cache keys from your build files, and wipes the cache cleanly when those files change; no stale restore keys piling up.
  • Enhanced Caching (default): the proprietary gradle-actions-caching component, where the team is investing in future capabilities like production-ready Configuration Cache support and smarter Gradle User Home cleanup. Free forever for public repositories, currently in Free Preview for private ones.

Opt into Basic Caching with one line:

- uses: gradle/actions/setup-gradle@v6
  with:
    cache-provider: basic

👉 Read the blog post

NEW COURSE: DEPENDENCY MANAGEMENT 1 #

Dependency management is one of the topics the Gradle community asks about most, and the one where small misunderstandings compound into the most painful build problems down the line.

The Gradle team has published “Dependency Management 1: Configurations” on DPE University. A free, self-paced course that starts from first principles: what a Dependency Configuration actually is, how declarable and resolvable configurations differ, and why the distinction matters when you’re authoring libraries or debugging a dependency graph.

👉 Watch on YouTube

From Develocity #

DEVELOCITY 2026.1 RELEASE #

Develocity 2026.1 was released on March 25, with four headline themes:

  • Develocity as a managed service: Gradle Technologies now offers a fully operated Develocity instance, removing the infrastructure, upgrade, and maintenance burden from your platform team.
  • Enhanced MCP capabilities: skills and guided workflows on top of the Develocity MCP server encode years of build-engineering domain expertise, making root-cause and performance analysis reliable for both AI agents and human developers.
  • Predictable ephemeral-CI startup with automated cache management: the Artifact Cache CLI tool is smaller, intelligently removes stale content from images, and can now be pointed directly at a known Edge node without first contacting the Develocity server.
  • AI-Powered visual supply chain analysis: stop sifting through logs and static reports, and instead, instantly visualize dependency impact, vulnerability exposure, and compliance status across your entire artifact landscape.

The combination of Gradle 9.5.0 and Develocity plugin 4.4+ lets you publish Build Scans to your Develocity server by simply setting the COM_GRADLE_DEVELOCITY_URL environment variable; no need to modify the project or apply the plugin, making rollout across teams and CI pipelines effortless.

👉 Check out the release

Upcoming events #

Meet the Gradle team and fellow community members at these upcoming events! We’d love to connect with you to discuss anything related to Gradle Build Tool, Develocity, Developer Productivity Engineering (DPE), or AI’s evolving impact on software development and delivery.

  • May 20–22 - KotlinConf 2026 – The official JetBrains conference devoted to the Kotlin programming language.

Spread the word #

We encourage you to share highlights from this newsletter.

Find this and previous editions in the Gradle Newsletter Archive or subscribe via RSS.

The Call for Proposals for the May edition is now open!

Views

Printable Version | HTML Version

Stay in the Know

Join 140,000+ monthly Gradle Build Tool newsletter subscribers. Also, there is an RSS Feed

By entering your email, you agree to our Terms and Privacy Policy, including receipt of emails. You can unsubscribe at any time.


Careers | Privacy | Terms of Service | Contact | RSS Feed
© 2026 Gradle, Inc. Gradle®, Develocity®, Build Scan®, and the Gradlephant logo are registered trademarks of Gradle, Inc. "Gradle" means "Gradle Build Tool" and does not reference Gradle, Inc. and/or its subsidiaries.