mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-21 22:31:44 +01:00
Merge "Update root gradle scripts":9c628bb873cbfd7fd9c56fbbd022470a205561f9 from @chirhonul
This commit is contained in:
parent
08bd373587
commit
14efcbce98
2 changed files with 10 additions and 0 deletions
3
build.gradle
Normal file
3
build.gradle
Normal file
|
@ -0,0 +1,3 @@
|
|||
plugins {
|
||||
id 'java-base'
|
||||
}
|
7
settings.gradle
Normal file
7
settings.gradle
Normal file
|
@ -0,0 +1,7 @@
|
|||
include 'assets'
|
||||
include 'common'
|
||||
include 'p2p'
|
||||
include 'core'
|
||||
include 'desktop'
|
||||
|
||||
rootProject.name = 'bisq'
|
Loading…
Add table
Reference in a new issue