Skip to content

Gradle Inspector Wiki

jakeouellette edited this page Jun 7, 2015 · 4 revisions

Gradle Inspector

Plugin Backlog

Here's a list of potential features:

  • In-Memory inputs / outputs -- Discover what tasks are doing when they don't write things to disk.

  • Model manipulations -- (specify "I want to track android.defaultConfig.minSdkVersion", and plugin tells you when that value changes during the build) discover when properties change for various model configuration objects.)

  • Streamline multi-build comparison -- Right now the output is a bit weird, for example, if you didn't just run gradle with multi-build comparison on.

    • Fix Confusion around multi-build comparison on the first run

    • Make it easy to vary two builds (e.g., specify a closure / property to vary between two builds)

  • Improve cross-project linking -- Include a "back" button to the root project

  • Improve UX on the graph page -- add titles

Clone this wiki locally