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 325a4d1 + c9d8c68 commit d3b2589Copy full SHA for d3b2589
imagetool/src/main/java/com/oracle/weblogic/imagetool/util/Utils.java
@@ -587,7 +587,7 @@ public static String getCacheDir() throws IOException {
587
new LinkOption[]{LinkOption.NOFOLLOW_LINKS});
588
589
if (!pathExists) {
590
- throw new IOException("Cache Directory does not exists " + cacheDir);
+ Files.createDirectory(path);
591
} else {
592
if (!Files.isDirectory(path)) {
593
throw new IOException("Cache Directory specified is not a directory " + cacheDir);
0 commit comments