You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have different sourcesets in the sdk, server and plugin, but currently they are all bunched together again at compilation. It would be sensible if the respective sourcesets would only be available to the dependencies that need them, thus exposing in which cases we do the separation improperly.
This will require some Gradle magic, but I have mostly figured it out already.
The text was updated successfully, but these errors were encountered:
Currently, we have different sourcesets in the sdk, server and plugin, but currently they are all bunched together again at compilation. It would be sensible if the respective sourcesets would only be available to the dependencies that need them, thus exposing in which cases we do the separation improperly.
This will require some Gradle magic, but I have mostly figured it out already.
The text was updated successfully, but these errors were encountered: