Currently Mavenizer goes through each step, checking its cache before proceeding to the next step. While this is good for incremental builds, it's a lot of redundant checks for the common case of running Gradle tasks after project setup.
I'd like to request an end result fast-path added to Mavenizer - it'll check against the final result instead of going through all the steps, falling back to the per-step cache if the final result is a cache miss.
Currently Mavenizer goes through each step, checking its cache before proceeding to the next step. While this is good for incremental builds, it's a lot of redundant checks for the common case of running Gradle tasks after project setup.
I'd like to request an end result fast-path added to Mavenizer - it'll check against the final result instead of going through all the steps, falling back to the per-step cache if the final result is a cache miss.