@kosdev-code/kos-codegen-core 0.1.0-next.799 → 0.1.0-next.805

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.js CHANGED
@@ -553,7 +553,7 @@ function generatePolyglotWorkspace(codegenFs, templateDir, options) {
553
553
  keyset: options.keyset || "prod.kos",
554
554
  appUiName: `${normalized.nameDashCase}-ui`,
555
555
  nodeVersion: options.nodeVersion || process.version.replace(/^v/, ""),
556
- jdkMajor: options.jdkMajor || "17",
556
+ jdkMajor: options.jdkMajor || "21",
557
557
  mavenVersion: options.mavenVersion || "3.9.9"
558
558
  };
559
559
  generateFilesFromTemplates(