将所有的阿里镜像源地址换成腾讯云镜像源 (#2524)

This commit is contained in:
zkitefly
2023-09-29 19:45:45 +08:00
committed by GitHub
parent 5d8a56cf66
commit 9fb2bc4c7e
9 changed files with 12 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ data class Platform(
}
val jfxModules = listOf("base", "graphics", "controls", "media", "web")
val jfxMirrorRepos = listOf("https://maven.aliyun.com/repository/central")
val jfxMirrorRepos = listOf("https://mirrors.cloud.tencent.com/nexus/repository/maven-public")
val jfxDependenciesFile = project("HMCL").buildDir.resolve("openjfx-dependencies.json")
val jfxPlatforms = listOf(
Platform("windows-x86", "win-x86"),