Migrate from Maven to Gradle 3.4 for building.

This commit is contained in:
Andreas Schildbach
2018-03-06 21:13:17 +01:00
parent a6fd71b767
commit aaa5262ef4
23 changed files with 147 additions and 1123 deletions

4
settings.gradle Normal file
View File

@@ -0,0 +1,4 @@
include 'core'
include 'tools'
include 'examples'
include 'wallettemplate'