Skip to content

Commit

Permalink
#1670 hotfix
Browse files Browse the repository at this point in the history
set allow monolithic templates in validator to true again (temporary workaround)
added TODO with link to issue
  • Loading branch information
jan-vcapgemini committed Apr 4, 2023
1 parent 950aaa7 commit 28f53b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ public VersionValidator(Type validatorType, String cobiGenVersion) {
*/
public void validate(float configVersion) {

validate(configVersion, false);
// TODO: Change allowMonolithicConfiguration to false, see: https://github.com/devonfw/cobigen/issues/1670
validate(configVersion, true);
}

/**
Expand Down

0 comments on commit 28f53b0

Please sign in to comment.