gradle-analytics-plugin icon indicating copy to clipboard operation
gradle-analytics-plugin copied to clipboard

A free Gradle plugin to analyze your project builds. It provides unique visual and text metrics in HTML format.

Results 10 gradle-analytics-plugin issues
Sort by recently updated
recently updated
newest added

It would be insanely helpful to understand how to optimize the build — how many workers to use, how much memory to assign to e.g. `Test` tasks, and to understand...

Investigation
Request Feature

In a multi-module project, the plugin reports for each subproject. An option for only the aggregate reports seem reasonable give we would be interested in the overall build rather than...

Feedback

Plugin is great, so thanks for putting this out. I'm thinking that I want to have this run for me locally (configured by a gradle.properties value) but not for the...

Request Feature

https://blog.oversecured.com/Introducing-MavenGate-a-supply-chain-attack-method-for-Java-and-Android-applications/ Gradle task ```bash ./gradlew --write-verification-metadata pgp,sha256 --export-keys ``` did not find a pgp public key in a remote repository or the artifact is not signed. ```xml ``` A fix...

Investigation

The graph is completely unusable on large multiplatform projects. I can't see much details because it exceeds the mermaid max zoom level too quickly, but it seems that all configurations...

Investigation

It would be awesome if we could analyse tasks that are run in pull request pipelines, i.e. any task that is run in CI but isn't run on the main...

Investigation

We've been recording stats for a week or so now, and the report is generally very useful! However, the "Average Duration" and "Average Parallel Duration" stats seem to always be...

Investigation

To automate the process of updating dependencies, the project could add dependabot. What do you think?

Investigation
Feedback

It would be great if [Gradle's Lazy Configuration model](https://docs.gradle.org/current/userguide/lazy_configuration.html) was supported (via the [plugin DSL](https://github.com/janbarari/gradle-analytics-plugin/blob/develop/src/main/kotlin/io/github/janbarari/gradle/analytics/GradleAnalyticsPluginConfig.kt)), such that values that might be set via other computed values could be used and...

Investigation