-
Notifications
You must be signed in to change notification settings - Fork 3
/
settings.gradle
25 lines (24 loc) · 1.06 KB
/
settings.gradle
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
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = 'Electrostatic-Sandbox'
include('electrostatic-sandbox-framework:electrostatic4j:arithmos4j:arithmos4j-core')
include('electrostatic-sandbox-framework:electrostatic4j:arithmos4j:arithmos4j-native')
include('electrostatic-sandbox-framework:electrostatic4j:arithmos4j:arithmos4j-examples')
include('electrostatic-sandbox-framework:electrostatic4j:serial4j:serial4j-core')
include('electrostatic-sandbox-framework:electrostatic4j:serial4j:serial4j-native')
include('electrostatic-sandbox-framework:electrostatic4j:serial4j:serial4j-examples')
include('electrostatic-sandbox-framework:electrostatic4j:electrostatic4j-core')
include('electrostatic-sandbox-framework:electrostatic4j:electrostatic4j-examples')
include('electrostatic-sandbox-framework:electrostatic4j:electrostatic4j-native')