Skip to content

Add an end result cache fast-path #34

Description

@PaintNinja

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions