RemapJarTask: Make modPlatform property match other tasks

This commit is contained in:
Juuz
2024-12-06 20:25:22 +02:00
parent b1ffa06e30
commit 39f351ce8f

View File

@@ -137,7 +137,8 @@ public abstract class RemapJarTask extends AbstractRemapJarTask {
public abstract RegularFileProperty getInjectedAccessWidenerPath();
@Input
public abstract Property<ModPlatform> getModPlatform();
@ApiStatus.Internal
protected abstract Property<ModPlatform> getModPlatform();
@Input
@ApiStatus.Internal