LogoUndefined Creations
Remap

Input Task

Input tasks are the tasks that the task will depend on and get the JAR from.

If no input tasks are given, it will default to the shadowJar task if it exists, otherwise on the jar task. You can choose this task by using the inputTask method inside the task's configuration block.

remap {
    minecraftVersion("1.21.4")
    inputTask(CUSTOM_TASK)
}