vagrant-cachier-ng/docs/buckets/ivy.md
2015-06-06 14:17:29 -07:00

304 B

Ivy

Compatible with probably any type of linux guest distro, will cache guests' $HOME/.ivy2/cache if sbt is detected.

To manually enable it:

Vagrant.configure("2") do |config|
  config.vm.box = 'some-box-with-sbt-installed'
  config.cache.enable :ivy
end