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 e03d860 commit 243bd5eCopy full SHA for 243bd5e
src/main/java/com/ibm/northstar/utils/BuildProject.java
@@ -14,7 +14,7 @@
14
public class BuildProject {
15
16
public static Path libDownloadPath;
17
- private static final String LIB_DEPS_DOWNLOAD_DIR = "library-dependencies";
+ private static final String LIB_DEPS_DOWNLOAD_DIR = "_library_dependencies";
18
private static final String MAVEN_CMD = System.getProperty("os.name").toLowerCase().contains("windows") ? "mvn.cmd" : "mvn";
19
private static final String GRADLE_CMD = System.getProperty("os.name").toLowerCase().contains("windows") ? "gradlew.bat" : "gradlew";
20
0 commit comments