File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
inject/tools/src/main/java/io/helidon/inject/tools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ public class ModuleUtils {
6868 public static final String APPLICATION_PACKAGE_FILE_NAME = "app-package-name.txt" ;
6969 static final System .Logger LOGGER = System .getLogger (ModuleUtils .class .getName ());
7070 static final String SERVICE_PROVIDER_MODULE_INFO_HBS = "module-info.hbs" ;
71- static final String SRC_MAIN_JAVA_DIR = "/ src/ main/ java" ;
72- static final String SRC_TEST_JAVA_DIR = "/ src/ test/ java" ;
71+ static final String SRC_MAIN_JAVA_DIR = File . separator + " src" + File . separator + " main" + File . separator + " java" ;
72+ static final String SRC_TEST_JAVA_DIR = File . separator + " src" + File . separator + " test" + File . separator + " java" ;
7373 static final ModuleInfoItem MODULE_COMPONENT_MODULE_INFO = ModuleInfoItem .builder ()
7474 .provides (true )
7575 .target (ModuleComponent .class .getName ())
You can’t perform that action at this time.
0 commit comments