Skip to content

Commit 16eabdf

Browse files
authored
Merge pull request #36 from sinha108/main
Library dependency cleaning fix
2 parents 4b5dda9 + a718da8 commit 16eabdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ibm/northstar/utils/BuildProject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public static boolean downloadLibraryDependencies(String projectPath) {
154154
}
155155
}
156156

157-
public void cleanLibraryDependencies() {
157+
public static void cleanLibraryDependencies() {
158158
if (libDownloadPath != null) {
159159
Log.info("Cleaning up library dependency directory: " + libDownloadPath);
160160
try {

0 commit comments

Comments
 (0)