Skip to content

Commit d1462cb

Browse files
committed
Fix discrepancies between public and impl types
1 parent 70120cb commit d1462cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/net/minecraftforge/gradle/MinecraftExtensionImpl.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ import java.util.concurrent.Callable
300300
void runs(
301301
@DelegatesTo(NamedDomainObjectContainer)
302302
@ClosureParams(value = SimpleType, options = 'org.gradle.api.NamedDomainObjectContainer<net.minecraftforge.gradle.SlimeLauncherOptions>')
303-
Closure<Void> closure
303+
Closure closure
304304
) {
305305
this.runs.configure(closure)
306306
}

0 commit comments

Comments
 (0)