build-tool-roadmap icon indicating copy to clipboard operation
build-tool-roadmap copied to clipboard

Gradle Build Tool roadmap

Results 30 build-tool-roadmap issues
Sort by recently updated
recently updated
newest added
trafficstars

Improve the overall correctness, performance and user experience provided by the Configuration Cache so that it becomes the *preferred* mode of execution and not having it enabled can be deprecated...

The Java compiler outputs compilation problems directly to the standard output. The problem with that is the information is buried in the build output and users must need to scroll...

Allow plugin authors to choose the Gradle API version they want to compile their plugin against. This makes it easier to publish plugins with different variants targeting different Gradle version...

enhancement

The [GitHub Dependency Graph](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph) is central to all aspects of GitHub supply chain security, including [Dependency Review on PRs](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review) and [Dependabot Security Alerts](https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts). The goal is to make it easy...

enhancement

Many users reported that it’s hard to investigate Gradle build failures, both in the IDE and on the command line. The existing error messages are verbose and often contain duplications,...

The top-level dependencies block is a very opaque and non-discoverable API. With test suites, we introduced a new dependencies block that addresses the shortcomings of the top-level block: 1. The...

The goal for 2024 is to improve the [project isolation prototype](https://github.com/gradle/build-tool-roadmap/issues/3) to a point where early adopter developers can enable project isolation for their daily development work and gain some...

Isolated Projects is a Gradle feature that extends the configuration cache to further improve performance, in particular the performance of Android Studio and IDEA sync. When isolated projects is enabled,...

scalability