feat: add param hmcl.openjfx.repo

This commit is contained in:
Haowei Wen
2021-08-27 20:38:12 +08:00
parent e37322d147
commit 6ac3f68dfc
2 changed files with 2 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ public final class SelfDependencyPatcher {
static class DependencyDescriptor {
private static final String REPOSITORY_URL = "https://maven.aliyun.com/repository/central/";
private static final String REPOSITORY_URL = System.getProperty("hmcl.openjfx.repo", "https://maven.aliyun.com/repository/central/");
private static final Path DEPENDENCIES_DIR_PATH = HMCL_DIRECTORY.resolve("dependencies");
private static String currentArchClassifier() {