How to turn off app verification? #1677
-
I have installed Camel app into jbang in Docker container:
However jbang always check if CamelJBang.java has changed and download CamelJbang.java if it changed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Try Btw: this will set this behaviour globally, there's no easy way to do this only for that command. (If you want I can explain how to do so, but it's somewhat of a hack) |
Beta Was this translation helpful? Give feedback.
-
@mgubaidullin jbang --offline should work too! |
Beta Was this translation helpful? Give feedback.
Try
jbang config set cache-evict never
, that will force jbang to always use any cached files instead of downloading them.Btw: this will set this behaviour globally, there's no easy way to do this only for that command. (If you want I can explain how to do so, but it's somewhat of a hack)