How to override the location of Ivy's Cache?

后端 未结 3 2114
北海茫月
北海茫月 2020-12-01 11:58

I am using Ivy as part of my continuous integration build system, but I need to override the default location that Ivy\'s local cache area is.

3条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-01 12:56

    I'm use Jenkins as CI build system, and create $HOME/.ivy2/ivysettings.xml:

    
        
        
    
    

    This create the ivy cache dir at each jenkins job's workspace.

提交回复
热议问题