9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-31 04:46:38 +00:00

Update changes from ver/1.21.5 branch

This commit is contained in:
Dreeam
2025-06-22 14:46:58 +08:00
2 changed files with 8 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ index c1fccd64b1329e31ccf7e6a11853ce3a749b7ea4..6537b44fbf7995ed7d49050465f71dd6
+ private static RemoteRepository getCentralMirrorRepo() {
+ String mirrorAddr = System.getProperty("Leaf.library-download-repo");
+ if (mirrorAddr != null) {
+ new RemoteRepository.Builder("central", "default", mirrorAddr).build();
+ return new RemoteRepository.Builder("central", "default", mirrorAddr).build();
+ }
+ return null;
+ }