PaperMC / paperweight

Gradle build system plugin for Paper and Paper forks
239 stars 47 forks source link

spigot transitive deps aren't included in RemapSources which causes mercury remap to fail #232

Closed Machine-Maker closed 8 months ago

Machine-Maker commented 10 months ago

Upstream changed from depending on asm to asm-commons which meant the asm sources jar wasn't passed to mercury or eclipse causing it to fail.

MiniDigger commented 10 months ago

my suggestion is moving this list to the paperweight or paper extension and then appending the asm dep there https://github.com/PaperMC/paperweight/blob/main/paperweight-lib/src/main/kotlin/io/papermc/paperweight/tasks/download-task.kt#L215-L229