Skip to content

Commit

Permalink
Remove no longer needed RemapSpigotAt task
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 20, 2024
1 parent b66d6e3 commit f0289db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,4 @@ open class SpigotTasks(

outputMappings.set(cache.resolve(PATCHED_SPIGOT_MOJANG_YARN_MAPPINGS))
}

val remapSpigotAt by tasks.registering<RemapSpigotAt> {
inputJar.set(spigotRemapJar.flatMap { it.outputJar })
mapping.set(patchMappings.flatMap { it.outputMappings })
spigotAt.set(unpackSpigotBuildData.flatMap { it.atFile })
}
}

This file was deleted.

0 comments on commit f0289db

Please sign in to comment.