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
We should avoid duplicating complex gradle tasks already present in Bisq 2. @alvasw is re-using Bisq 2 gradle tasks in Bisq 1, he might have suggestions how to do that best.
this is a breaking change for the CI setup as currently we don't have a publication to mavenCentral or other maven repos. Ideally this just be dealt in the context of this issue, otherwise it should comment the androidNode related code of the github workflow ci.yml file to avoid breaking builds.
The text was updated successfully, but these errors were encountered:
rodvar
changed the title
Add Bisq 2 library dependencies
androidNode: Add Bisq 2 library dependencies
Oct 24, 2024
After bisq-network/bisq2#2951 is implemented we can resolve the Bisq 2 dependencies.
We should avoid duplicating complex gradle tasks already present in Bisq 2.
@alvasw is re-using Bisq 2 gradle tasks in Bisq 1, he might have suggestions how to do that best.
publishAll
bisq2 gradle task is a must before tackling this one (related PR: Gradle task to publish dependencies for bisq mobile using mavenLocal bisq2#2965)androidNode
related code of the github workflowci.yml
file to avoid breaking builds.The text was updated successfully, but these errors were encountered: