I am trying to run sbt behind a firewall and I cannot disable it. But somehow I can get the necessary banks and store them in the system. Is there a way that I can run sbt without an internet connection on this system.
I am using Windows (Win7) as a development environment.
SBT is offline, from the command line you can use:
sbt "set offline := true" run(replacing with runany command you need)
sbt "set offline := true" run
run
or if you started sbtand are in sbt console, you can just doset offline := true
sbt
set offline := true
- . , . , , .
java -Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080 -Dhttp.proxyUser=proxyUsername -Dhttp.proxyPassword=proxyPassword -cp "/sbt-launch.jar" xsbt.boot.Boot
, .
.ivy/cache/path.
@Exupery .
Source: https://habr.com/ru/post/1533532/More articles: + having a space between spaces caused by line breaks - htmlОшибка передачи Java-ошибок enum и String varargs - javaView ionic mobile application in full screen mode - ionic-frameworkGridView Binding Column Values - c #Как скрыть виртуальные кнопки и заголовок с помощью Ionic 2? - ionic-frameworkСоздание полноэкранного приложения для Android с помощью Cordova - androidCreatedb does not create db in postgres: no error message - postgresqlHow to prevent execution plan changes for specific values - sqlPie drawing: blending in tag - scalaGNU makes an implicit archive rule with a stem - cAll Articles