Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin committed Jul 14, 2023
1 parent 568b1c2 commit 1abe224
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ private Optional<ModuleInfoDescriptor> tryFindModuleInfoTheUnconventionalWayFrom
path = path.substring(0, pos);
File srcRoot = new File(path, SRC_MAIN_JAVA_DIR);
File file = new File(srcRoot, REAL_MODULE_INFO_JAVA_NAME);
log("Path here testing : " + file.toPath());
if (file.exists()) {
try {
log("Path here exist : " + file.toPath());
Expand Down

0 comments on commit 1abe224

Please sign in to comment.