Caching Maven Dependencies with Docker - fix
This commit is contained in:
+2
-2
@@ -4,11 +4,11 @@ import com.google.common.io.Files;
|
||||
|
||||
public class CoreClass {
|
||||
|
||||
public String method(){
|
||||
public String method() {
|
||||
return "Hello from core module!!";
|
||||
}
|
||||
|
||||
public String dependencyMethod(){
|
||||
public String dependencyMethod() {
|
||||
return Files.simplifyPath("/home/app/test");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user