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:
@@ -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;
|
||||
+ }
|
||||
|
||||
Reference in New Issue
Block a user