diff --git a/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/adapter/TemplateAdapterImpl.java b/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/adapter/TemplateAdapterImpl.java index bbb91ae75..1c8fc65a8 100644 --- a/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/adapter/TemplateAdapterImpl.java +++ b/cobigen/cobigen-core/src/main/java/com/devonfw/cobigen/impl/adapter/TemplateAdapterImpl.java @@ -258,7 +258,7 @@ public List 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;