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 4b5dda9 + a718da8 commit 16eabdfCopy full SHA for 16eabdf
src/main/java/com/ibm/northstar/utils/BuildProject.java
@@ -154,7 +154,7 @@ public static boolean downloadLibraryDependencies(String projectPath) {
154
}
155
156
157
- public void cleanLibraryDependencies() {
+ public static void cleanLibraryDependencies() {
158
if (libDownloadPath != null) {
159
Log.info("Cleaning up library dependency directory: " + libDownloadPath);
160
try {
0 commit comments