generated from MEITREX/template_microservice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
22 lines (21 loc) · 962 Bytes
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
rootProject.name = 'ScrumGameService'
sourceControl {
gitRepository(uri('https://github.com/MEITREX/common')) {
producesModule('de.unistuttgart.iste.meitrex:meitrex-common')
}
gitRepository(uri('https://github.com/MEITREX/common_test')) {
producesModule('de.unistuttgart.iste.meitrex:meitrex-common-test')
}
gitRepository(uri('https://github.com/MEITREX/dinodev_common')) {
producesModule('de.unistuttgart.iste.meitrex:dinodev_common')
}
gitRepository(uri('https://github.com/MEITREX/dinodev_gamification_engine')) {
producesModule('de.unistuttgart.iste.meitrex:gamification_engine')
}
gitRepository(uri('https://github.com/MEITREX/dinodev_gropius_adapter')) {
producesModule('de.unistuttgart.iste.meitrex:gropius_adapter')
}
gitRepository(uri('https://github.com/MEITREX/dinodev_github_adapter')) {
producesModule('de.unistuttgart.iste.meitrex:github_adapter')
}
}