-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.gradle
34 lines (27 loc) · 1005 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
23
24
25
26
27
28
29
30
31
32
33
34
pluginManagement {
repositories {
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/plugins-release' }
}
}
rootProject.name = "fish-cloud"
include ":fish-common:fish-common-core"
include ":fish-common:fish-common-mybatis"
include ":fish-common:fish-common-rabbitmq"
include ":fish-common:fish-common-redis"
include ":fish-common:fish-common-security"
include ":fish-common:fish-common-sentinel"
include ":fish-common:fish-common-swagger"
include ":fish-common:fish-common-webmvc"
include ":fish-common:fish-common-webflux"
include ":fish-file:fish-file-common"
include ":fish-file:fish-file-server"
include ":fish-message:fish-message-common"
include ":fish-message:fish-message-server"
include ":fish-search:fish-search-common"
include ":fish-search:fish-search-server"
include ":fish-upms:fish-upms-common"
include ":fish-upms:fish-upms-server"
include ":fish-gateway"