-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathsettings.gradle
More file actions
137 lines (99 loc) · 4.37 KB
/
settings.gradle
File metadata and controls
137 lines (99 loc) · 4.37 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
/*
* Copyright (c) 2022-2022 Balanced.network.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user manual at https://docs.gradle.org/7.3.3/userguide/multi_project_builds.html
* This project uses @Incubating APIs which are subject to change.
*/
rootProject.name = 'balanced-java-contracts'
include(':Multicall')
project(':Multicall').projectDir = file("core-contracts/Multicall")
include(':BatchDisbursement')
project(':BatchDisbursement').projectDir = file("core-contracts/BatchDisbursement")
include(':Bribing')
project(':Bribing').projectDir = file("core-contracts/Bribing")
include(':Reserve')
project(':Reserve').projectDir = file("core-contracts/Reserve")
include(':Dividends')
project(':Dividends').projectDir = file("core-contracts/Dividends")
include(':Rebalancing')
project(':Rebalancing').projectDir = file("core-contracts/Rebalancing")
include(':Rewards')
project(':Rewards').projectDir = file("core-contracts/Rewards")
include(':StakedLP')
project(':StakedLP').projectDir = file("core-contracts/StakedLP")
include 'score-client'
include 'score-lib'
include 'xcall-annotations'
include 'test-lib'
include(':WorkerToken')
project(':WorkerToken').projectDir = file("token-contracts/WorkerToken")
include(':Router')
project(':Router').projectDir = file("core-contracts/Router")
include(':DAOfund')
project(':DAOfund').projectDir = file("core-contracts/DAOfund")
include(':BalancedDollar')
project(':BalancedDollar').projectDir = file("token-contracts/BalancedDollar")
include(':Stability')
project(':Stability').projectDir = file("util-contracts/Stability")
include(':Staking')
project(':Staking').projectDir = file("core-contracts/Staking")
include(':Loans')
project(':Loans').projectDir = file("core-contracts/Loans")
include(':Governance')
project(':Governance').projectDir = file("core-contracts/Governance")
include(':DeploymentTester')
project(':DeploymentTester').projectDir = file("core-contracts/Governance/src/intTest/java/network/balanced/score/core/governance/DeploymentTester")
include(':DummyOracle')
project(':DummyOracle').projectDir = file("util-contracts/DummyOracle")
include(':Dex')
project(':Dex').projectDir = file("core-contracts/Dex")
include(':Sicx')
project(':Sicx').projectDir = file("token-contracts/Sicx")
include(':BalancedToken')
project(':BalancedToken').projectDir = file("token-contracts/BalancedToken")
include(':FeeHandler')
project(':FeeHandler').projectDir = file("core-contracts/FeeHandler")
include(':BalancedOracle')
project(':BalancedOracle').projectDir = file("core-contracts/BalancedOracle")
include(':bBaln')
project(':bBaln').projectDir = file("token-contracts/bBaln")
include(':OTC')
project(':OTC').projectDir = file("util-contracts/OTC")
include(':AssetManager')
project(':AssetManager').projectDir = file("core-contracts/AssetManager")
include(':AssetToken')
project(':AssetToken').projectDir = file("token-contracts/AssetToken")
include(':XCallMock')
project(':XCallMock').projectDir = file("util-contracts/XCallMock")
include(':XCallManager')
project(':XCallManager').projectDir = file("util-contracts/XCallManager")
include(':Burner')
project(':Burner').projectDir = file("util-contracts/Burner")
include(':Savings')
project(':Savings').projectDir = file("core-contracts/Savings")
include(':Trickler')
project(':Trickler').projectDir = file("util-contracts/Trickler")
include(':SpokeAssetManager')
project(':SpokeAssetManager').projectDir = file("spoke-contracts/SpokeAssetManager")
include(':SpokeXCallManager')
project(':SpokeXCallManager').projectDir = file("spoke-contracts/SpokeXCallManager")
include(':SpokeBalancedDollar')
project(':SpokeBalancedDollar').projectDir = file("spoke-contracts/SpokeBalancedDollar")