-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers