-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsettings.gradle
More file actions
25 lines (24 loc) · 833 Bytes
/
settings.gradle
File metadata and controls
25 lines (24 loc) · 833 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
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = 'Electrostatic-Sandbox'
include('sdk:electrostatic4j:arithmos4j:arithmos4j-core')
include('sdk:electrostatic4j:arithmos4j:arithmos4j-native')
include('sdk:electrostatic4j:arithmos4j:arithmos4j-examples')
include('sdk:electrostatic4j:serial4j:serial4j-core')
include('sdk:electrostatic4j:serial4j:serial4j-native')
include('sdk:electrostatic4j:serial4j:serial4j-examples')
include('sdk:electrostatic4j:electrostatic4j-core')
include('sdk:electrostatic4j:electrostatic4j-examples')
include('sdk:electrostatic4j:electrostatic4j-native')