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.
localRepository
libs
1 parent b40ad65 commit f0fb476Copy full SHA for f0fb476
eternalcore-plugin/src/main/java/com/eternalcode/core/loader/dependency/DependencyLoaderImpl.java
@@ -31,7 +31,7 @@
31
32
public class DependencyLoaderImpl implements DependencyLoader {
33
34
- private static final String LOCAL_REPOSITORY_PATH = "localRepository";
+ private static final String LOCAL_REPOSITORY_PATH = "libs";
35
36
private final Logger logger;
37
private final ExecutorService executor;
0 commit comments