-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsettings.gradle
More file actions
25 lines (17 loc) · 872 Bytes
/
settings.gradle
File metadata and controls
25 lines (17 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
rootProject.name = 'notary'
include 'notifications-integration-test'
project(':notifications-integration-test').projectDir = 'notifications-integration-test' as File
include 'notifications'
project(':notifications').projectDir = 'notifications' as File
include 'exchanger'
project(':exchanger').projectDir = 'exchanger' as File
include 'notary-commons'
project(':notary-commons').projectDir = 'notary-commons' as File
include 'notary-registration'
project(':notary-registration').projectDir = 'notary-registration' as File
include 'notary-iroha-integration-test'
project(':notary-iroha-integration-test').projectDir = 'notary-iroha-integration-test' as File
include 'notary-sora-integration-test'
project(':notary-sora-integration-test').projectDir = 'notary-sora-integration-test' as File
include 'bootstrap'
project(':bootstrap').projectDir = 'bootstrap' as File