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
When one currently wants to use this repository, there is no other option than to add this project as submodule, as done by the superapp. However, Gradle does not really support this kind of architecture and support for it is whacky. The "proper" way to re-use the code in this repository is by building a .jar file and including it in the project (the same with depending on Python modules). Therefore, it might be a good idea to build this file when merging a PR.
The text was updated successfully, but these errors were encountered:
Agreed! Using this repository is currently much more difficult and time-consuming than necessary. It also doesn’t help that the supported Java and Gradle versions are rather old.
When one currently wants to use this repository, there is no other option than to add this project as submodule, as done by the superapp. However, Gradle does not really support this kind of architecture and support for it is whacky. The "proper" way to re-use the code in this repository is by building a
.jar
file and including it in the project (the same with depending on Python modules). Therefore, it might be a good idea to build this file when merging a PR.The text was updated successfully, but these errors were encountered: