Skip to content

mavenJar dependencies should be cached #4

@l-Luna

Description

@l-Luna

Currently, mavenJar dependencies are downloaded on every build, since they just delegate to WebJarDependency, which in the general case can't check whether a file is valid/up-to-date without a checksum. Ideally, a maven jar would be downloaded to some project-level cache, just verifying the checksum on each build (or downloading if absent).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions