Rengenerate and download all files with --refresh-dependencies (#227)

* Re generate all files with --refresh-dependencies

* Always re-process jar processors

* Update mixin compile extensions
This commit is contained in:
modmuss50
2020-06-23 19:22:36 +01:00
committed by GitHub
parent 2f6071991c
commit 2d7421d4ed
10 changed files with 84 additions and 36 deletions

View File

@@ -91,6 +91,10 @@ public abstract class DependencyProvider {
return extension;
}
public boolean isRefreshDeps() {
return getProject().getGradle().getStartParameter().isRefreshDependencies();
}
public static class DependencyInfo {
final Project project;
final Dependency dependency;