-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsettings.gradle
More file actions
64 lines (63 loc) · 1.85 KB
/
settings.gradle
File metadata and controls
64 lines (63 loc) · 1.85 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Classic Core"
include ':app'
include ':third_party:openal'
include ':third_party:sdl2:android-project:app'
include ':third_party:sdl3:android-project:app'
include ':third_party:sdl2-mixer'
include ':third_party:fluidsynth'
include ':third_party:sdl2-ttf'
include ':third_party:CTranslate2'
include ':third_party:sentencepiece'
include ':machine_translator:CTranslate2Proxy'
include ':machine_translator:Translator'
include ':third_party:NG-GL4ES'
include ':third_party:libpng'
include ':third_party:fmod'
include ':third_party:storage-chooser:storagechooser'
include ':third_party:legacy_gl4es'
include ':third_party:bing_translator'
include ':third_party:oboe'
include ':third_party:freetype'
include ':third_party:zmusic'
include ':third_party:mpg123'
include ':third_party:libsndfile'
include ':third_party:flac'
include ':third_party:libvorbis'
include ':third_party:opus'
include ':third_party:libmp3lame'
include ':third_party:bullet'
include ':third_party:ffmpeg'
include ':third_party:libjpegturbo'
include ':third_party:bzip2'
include ':third_party:ode'
include ':third_party:yquake2'
include ':third_party:sdl2-image'
include ':third_party:libtiff'
include ':third_party:glbinding'
include ':third_party:glob'
include ':third_party:ogg'
include ':third_party:angle'
include ':third_party:openssl'