-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
47 lines (45 loc) · 1.19 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
pluginManagement {
repositories {
gradlePluginPortal()
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' }
maven { url "https://repo.springsource.org/plugins-release" }
}
}
plugins {
id "com.gradle.enterprise" version "3.5.1"
}
include 'jsbt-gen'
include 'jsbt-web'
include 'jsbt-agent'
include 'jsbt-tools'
include 'jsbt-distributed'
include 'jsbt-admin-web'
include 'jsbt-admin-web-client'
include 'jsbt-swagger-aggregater'
include 'jsbt-swagger-aggregater-application'
include 'jsbt-swagger-provider-application'
include 'jsbt-cache'
include 'jsbt-elasticsearch'
include 'jsbt-xxl-job'
include 'jsbt-log'
include 'jsbt-api'
include 'jsbt-apm'
include 'jsbt-effective-java'
include 'jsbt-conf'
include 'jsbt-sso-core'
include 'jsbt-sso-server'
include 'jsbt-sso-web-client'
include 'jsbt-net-server'
include 'jsbt-gradle'
include 'jsbt-rpc-core'
include 'jsbt-rpc-client'
include 'jsbt-rpc-server'
include 'jsbt-starter'
include 'jsbt-rpc-tls'
include 'jsbt-basis'
include 'jsbt-spring'
include 'jsbt-nacos'
include 'jsbt-nio'
include 'jsbt-sharding'
include 'jsbt-pulsar'