You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Such as #1059#1029. Or large scale deployment (A lot of developer/VMs) will cause a large data fetch.
Please allow me describe this feature if it become true, Then:
Install by mirror (Http server like Nginx) hosted script, and set mirror server address curl -s "https://get.sdkman.io.my-mirror.local" | SDKMAN-MIRROR="get.sdkman.io.my-mirror.local" bash
Then use sdk cache java xxx at server to cache packages.
Client sdk i java xxx will fetch package from mirror server.
To achive thie feature, May be need url parse function and new sub command.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello:
Such as #1059 #1029. Or large scale deployment (A lot of developer/VMs) will cause a large data fetch.
Please allow me describe this feature if it become true, Then:
curl -s "https://get.sdkman.io.my-mirror.local" | SDKMAN-MIRROR="get.sdkman.io.my-mirror.local" bash
sdk cache java xxx
at server to cache packages.sdk i java xxx
will fetch package from mirror server.To achive thie feature, May be need url parse function and new sub command.
So, Is it possible to add this feature?
Beta Was this translation helpful? Give feedback.
All reactions