Closed u9g closed 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
x.y.InventoryGUI
nvm, the problem is that paper changes the version in /ver, which breaks on forks
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