Skip to content

Commit

Permalink
#1671 added link to issue to TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Apr 4, 2023
1 parent ad76aea commit 980e893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public List<Path> getTemplateSetJars() {
for (Path jarWithMissingSource : templateSetJars) {
LOG.error("Missing Source for Jar: " + jarWithMissingSource.getFileName());
// no matching source file found either download or handle somehow
// TODO throw Exception or download the missing source
// TODO throw Exception or download the missing source, see: https://github.com/devonfw/cobigen/issues/1671
}
}
return resultJars;
Expand Down

0 comments on commit 980e893

Please sign in to comment.