Skip to content

blindpirate/configuration-cache-report

Repository files navigation

The :configuration-cache-report project produces the Javascript / HTML app for browsing and understanding problems occurred when running a build with configuration caching.

The output of :configuration-cache-report is completely produced by the assembleReport task into build/report which then gets published to Maven Central. It's consumed by gradle/gradle's configuration-cache module.

Architecture

The interface between :configuration-cache and :configuration-cache-report is a Javascript global function named configurationCacheProblems which must be defined in a file named configuration-cache-report-data.js. The file is generated by the :configuration-cache module from the data collected at configuration time.

An example file is kept for documentation and testing purposes.

The app itself is built according to the Elm architecture.

Setting up a quick feedback loop

Start a build on one shell:

$ ./gradlew :cCR:stageDevReport

Start browser-sync on another:

$ browser-sync start -s subprojects/configuration-cache-report/build/stageDevReport --startPath configuration-cache-report.html -w

Then make some changes and start the build again:

$ ./gradlew :cCR:stageDevReport

Hack away!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published