Skip to content

Commit f0fb476

Browse files
committed
GH-969 Rename localRepository to libs
1 parent b40ad65 commit f0fb476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eternalcore-plugin/src/main/java/com/eternalcode/core/loader/dependency/DependencyLoaderImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
public class DependencyLoaderImpl implements DependencyLoader {
3333

34-
private static final String LOCAL_REPOSITORY_PATH = "localRepository";
34+
private static final String LOCAL_REPOSITORY_PATH = "libs";
3535

3636
private final Logger logger;
3737
private final ExecutorService executor;

0 commit comments

Comments
 (0)