Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wallets/bitcoind submodule #2984

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build_bisq_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: 'true'

- name: Setup Java JDK
uses: actions/[email protected]
Expand All @@ -33,4 +35,4 @@ jobs:
arguments: build -x test
build-root-directory: ${{ inputs.build-root-dir }}
gradle-executable: ./gradlew
gradle-version: 8.9
gradle-version: 8.9
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "wallets/bitcoind"]
path = wallets/bitcoind
url = https://github.com/bisq-network/bitcoind.git
1 change: 1 addition & 0 deletions wallets/bitcoind
Submodule bitcoind added at 5571e2
13 changes: 0 additions & 13 deletions wallets/bitcoind/bitcoind/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading