Merge "Update root gradle scripts":9c628bb873cbfd7fd9c56fbbd022470a205561f9 from @chirhonul

This commit is contained in:
Chi Nul 2018-08-18 14:09:00 +02:00 committed by Christoph Atteneder
parent 08bd373587
commit 14efcbce98
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B
2 changed files with 10 additions and 0 deletions

3
build.gradle Normal file
View file

@ -0,0 +1,3 @@
plugins {
id 'java-base'
}

7
settings.gradle Normal file
View file

@ -0,0 +1,7 @@
include 'assets'
include 'common'
include 'p2p'
include 'core'
include 'desktop'
rootProject.name = 'bisq'