File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/main/java/org/gradlex/javamodule/dependencies/internal/utils Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1717package org .gradlex .javamodule .dependencies .internal .utils ;
1818
1919import org .gradle .api .logging .Logger ;
20- import org .gradle .api .model .ObjectFactory ;
2120import org .gradle .api .provider .Provider ;
2221import org .gradle .api .provider .ProviderFactory ;
2322import org .gradle .api .tasks .SourceSet ;
@@ -40,9 +39,6 @@ public abstract class ModuleInfoCache {
4039 private final Map <String , String > moduleNameToProjectPath = new HashMap <>();
4140 private final Map <String , String > moduleNameToCapability = new HashMap <>();
4241
43- @ Inject
44- public abstract ObjectFactory getObjects ();
45-
4642 @ Inject
4743 public ModuleInfoCache (boolean initializedInSettings ) {
4844 this .initializedInSettings = initializedInSettings ;
You can’t perform that action at this time.
0 commit comments