mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-16 15:26:27 -04:00
fix preTouchOpenJFXDependencies
This commit is contained in:
parent
caf73b89ea
commit
b4aeaff783
@ -111,7 +111,8 @@ rootProject.tasks.create("preTouchOpenJFXDependencies") {
|
|||||||
for (repo in jfxMirrorRepos) {
|
for (repo in jfxMirrorRepos) {
|
||||||
for (platform in jfxPlatforms) {
|
for (platform in jfxPlatforms) {
|
||||||
for (module in platform.modules) {
|
for (module in platform.modules) {
|
||||||
val url = platform.fileUrl(module, platform.classifier, "jar")
|
val url = platform.fileUrl(module, platform.classifier, "jar", repo = repo)
|
||||||
|
logger.quiet("Getting $url")
|
||||||
try {
|
try {
|
||||||
url.readBytes()
|
url.readBytes()
|
||||||
} catch (e: Throwable) {
|
} catch (e: Throwable) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user