jpenilla / run-task

Gradle plugins adding tasks to run Minecraft server and proxy software
Apache License 2.0
221 stars 18 forks source link

Shade not called when specifying a custom serverJar #24

Closed u9g closed 2 years ago

u9g commented 2 years ago

when I call runServer, It shades all my deps fine, but when I specify a serverJar inside the runServer block, it fails to shade, so I get Caused by: java.lang.NoClassDefFoundError: Could not initialize class x.y.InventoryGUI

u9g commented 2 years ago

nvm, the problem is that paper changes the version in /ver, which breaks on forks