@kosdev-code/kos-codegen-core 0.1.0-next.798 → 0.1.0-next.800

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.mjs CHANGED
@@ -531,7 +531,7 @@ function generatePolyglotWorkspace(codegenFs, templateDir, options) {
531
531
  keyset: options.keyset || "prod.kos",
532
532
  appUiName: `${normalized.nameDashCase}-ui`,
533
533
  nodeVersion: options.nodeVersion || process.version.replace(/^v/, ""),
534
- jdkMajor: options.jdkMajor || "17",
534
+ jdkMajor: options.jdkMajor || "21",
535
535
  mavenVersion: options.mavenVersion || "3.9.9"
536
536
  };
537
537
  generateFilesFromTemplates(