PaperMC / paperweight

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

fix(core/patcher): Download Spigot dependencies using DetachedResolver #233

Closed jpenilla closed 8 months ago

jpenilla commented 10 months ago

DetachedResolver is currently internal API, but it allows us to solve our problem nicely...

fixes #232

MiniDigger commented 10 months ago

since this is temporary (once we ditch spigot we don't need to parse poms anymore) I am fine with depending on internal api