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