-
Notifications
You must be signed in to change notification settings - Fork 10
Gradle Inspector Wiki
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