Revert previous change, somewhat. I didnt understand the issue correctly.
parent
4daec03a0f
commit
6b481fbcd6
|
@ -351,7 +351,7 @@ public class LoomGradleExtension {
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiStatus.Experimental
|
@ApiStatus.Experimental
|
||||||
public void runConfigs(Action<NamedDomainObjectContainer<RunConfigSettings>> action) {
|
public void runs(Action<NamedDomainObjectContainer<RunConfigSettings>> action) {
|
||||||
action.execute(runConfigs);
|
action.execute(runConfigs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue