17 lines
195 B
Groovy
17 lines
195 B
Groovy
rootProject.name = 'Jabit'
|
|
|
|
include 'core'
|
|
|
|
include 'networking'
|
|
|
|
include 'repositories'
|
|
|
|
include 'demo'
|
|
|
|
include 'wif'
|
|
|
|
include 'cryptography-sc'
|
|
|
|
include 'cryptography-bc'
|
|
|
|
include 'extensions' |