-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow full-offline startup after resolved libraries once #41
Comments
Are you using the transitive dependency resolution feature? |
Yes, I'm using transitive dependency resolution
|
Yes, is this due to the need to check if its associated dependencies have all finished downloading? As well as I noticed that libby always uses Maven Central when resolving its own dependencies, instead of the mirror specified by Dev, which defeats the purpose of mirroring and ends up causing huge delays for the user (the quality of our country/region's internet connection to Maven Central is pretty bad)... Translated with DeepL.com (free version) |
If you add your mirror before Maven Central the mirror should be queried before it. |
It's load libraries into an standalone classloader and never use user defined mirrors. |
In some cases, the server needs to be started without an (stable) internet connection. SpigotLibraryLoader is able to do this, but libby (gradle) requires an robust internet connection every time it is started in order to read the dependency files (even if cached files already exist).
The text was updated successfully, but these errors were encountered: