-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle.kts
More file actions
29 lines (29 loc) · 991 Bytes
/
Copy pathsettings.gradle.kts
File metadata and controls
29 lines (29 loc) · 991 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
26
27
28
29
pluginManagement {
repositories {
maven("https://repo.nju.edu.cn/repository/maven-public/")
google()
gradlePluginPortal()
maven("https://jitpack.io")
maven("https://packages.aliyun.com/maven/repository/2011675-release-hz6rRf/") {
credentials { username = "5ef809301732b0ac2fd33e49"; password = "_r=B(pBaU-7t" }
}
mavenCentral()
}
}
dependencyResolutionManagement {
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven("https://repo.nju.edu.cn/repository/maven-public/")
google()
gradlePluginPortal()
maven("https://jitpack.io")
maven("https://packages.aliyun.com/maven/repository/2011675-release-hz6rRf/") {
credentials { username = "5ef809301732b0ac2fd33e49"; password = "_r=B(pBaU-7t" }
}
mavenCentral()
}
}
rootProject.name = "javascript-interface"
include(":app")
include(":core")
include(":tbsx5")