forked from azurekiln2333/azurekiln-qflistudio-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle.kts
More file actions
42 lines (39 loc) · 1.22 KB
/
Copy pathsettings.gradle.kts
File metadata and controls
42 lines (39 loc) · 1.22 KB
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
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
maven(url = "https://jitpack.io")
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
//jcenter()
google()
mavenCentral()
maven(url = "https://jitpack.io")
maven(url = "https://repo.eclipse.org/content/groups/releases/")
maven(url = "https://maven.aliyun.com/nexus/content/groups/public/")
}
}
rootProject.name = "qflistudio_pro"
include(":qfli_app", ":androlua")
include(":qfli_luastudio_pro")
include(":qfli_luastudio_demo")
include(":lib")
include(":editor")
include(":lib:androidsvg")
include(":lib:webdav")
include(":lib:libastyle")
include(":lib:sora-editor", ":lib:language-textmate")
include(":lib:libp7zip", ":lib:utilcode")
include(":lib:termux:terminal-emulator", "lib:termux:terminal-view", "lib:termux:termux-shared")
include(":lib:termux:terminal-app")
include(":lib:androidx-window")