Conversation
|
Tried this in my environment and it's crashing. When I swap the normal SDK for the shaded jar in a project, the project will build successfully but crash on run the first time it uses the SDK. Did you test running as well? If so, can you provide the relevant grade configuration? I don't think I'm doing anything weird that would cause this not to work on my machine, but maybe I'm missing something. |
|
Oh, since we are using the jar itself for testing we are missing the transitive dependencies. So probably you'll need to add: those are a couple I added manually just for the test, they should be pulled in theory after the release |
|
this are the dependencies that are going to be added after publishing: So I think just adding |
|
Makes sense. Working for me now. |
This reverts commit 1440a51.
This will fix base-shaded sdk, I've already tested this and it should fix the issues we've seen