Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ public MavenizerInstance dependency(
"--output-json", outputJson.getAbsolutePath()
));

if (getProject().getGradle().getStartParameter().isRefreshDependencies())
ret.add("--ignore-cache");

// If we are finding the access transformer from sourcesets, just find from any source set
// We can't filter by configurations becase the config cache doesn't like that.
// So if users fuck up, then we can output a warning, or they can manually set the AT file.
Expand Down