Skip to content

Commit 231e40a

Browse files
committed
Attempt fix for issue 74 by moving dowloaded dependencies to the projectPath/target folder and add a flag to turn off cleanup operations (flag defaults to no clean up).
Signed-off-by: Rahul Krishna <[email protected]>
1 parent 6180850 commit 231e40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ibm/cldk/CodeAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class CodeAnalyzer implements Runnable {
7777
private static boolean verbose = false;
7878

7979
@Option(names = {"--no-clean-dependencies"}, description = "Do not attempt to auto-clean dependencies")
80-
public static boolean noCleanDependencies = true;
80+
public static boolean noCleanDependencies = false;
8181

8282
private static final String outputFileName = "analysis.json";
8383

0 commit comments

Comments
 (0)