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.
1 parent 4b5dda9 commit a718da8Copy full SHA for a718da8
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