Skip to content

Commit

Permalink
RemapJarTask: Make modPlatform property match other tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Dec 6, 2024
1 parent b1ffa06 commit 39f351c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/net/fabricmc/loom/task/RemapJarTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39f351c

Please sign in to comment.