-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
steps
Suppose I'm behind some firewall or just no internet.
I'd like to create a file image that can launch sbt.
problem
Prior to sbt 0.13.11 I probably could have created a file image based on all the JARs sbt will download during boot and it might have worked. With sbt 0.13.11 the compiler bridge is resolved from the repository.
expectation
A command install or something that creates installation image that's runnable without hitting Ivy cache OR Ivy local.
Ideally a single JAR version of sbt that does not need to hit the Internet.
Reactions are currently unavailable