PaperMC / paperweight

Gradle build system plugin for Paper and Paper forks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for separate API and server upstream data

mastercoms opened this issue · comments

commented

Currently, upstream data is prepared for both API and server, which causes an upstream to prepare unnecessary outputs in its prepare for downstream task, if the downstream only uses the API (like Glowstone's Glowkit).

Downstream should be able to specify that it does not need certain outputs from upstream.