We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab1eea1 + b6f580a commit 970bc45Copy full SHA for 970bc45
1 file changed
jdisc_core/src/main/java/com/yahoo/jdisc/utils/MinimalMain.java
@@ -46,7 +46,7 @@
46
* @author bjorncs
47
*/
48
public class MinimalMain {
49
- private static final String CACHE_BASE_DIR = System.getProperty("user.home") + "/.vespa/osgi-bundle-cache";
+ private static final String CACHE_BASE_DIR = Defaults.getDefaults().underVespaHome("var/vespa/bundlecache/minimalmain");
50
51
private static final Logger log = Logger.getLogger(MinimalMain.class.getName());
52
0 commit comments