Skip to content

Commit

Permalink
fix(core): Stop module descriptor resolution if manifest entry is fou…
Browse files Browse the repository at this point in the history
…nd first
  • Loading branch information
aalmiray committed Feb 9, 2023
1 parent 63fdc36 commit 0221732
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public void handle(Path path) throws JarvizException {
if (isNotBlank(automaticModuleNameByManifest)) {
moduleName = ModuleName.fromAutomaticByManifest(automaticModuleNameByManifest,
isAutomaticNameValid(automaticModuleNameByManifest).orElse(null));
return;
}

try {
Expand Down

0 comments on commit 0221732

Please sign in to comment.