Skip to content

Commit a718da8

Browse files
committed
Added static modifier to the method for cleaning library dependencies
Signed-off-by: Saurabh Sinha <[email protected]>
1 parent 4b5dda9 commit a718da8

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)