Commit cc5b562
fix: write language field to codeflash.toml for Java projects
configure_java_project() wrote module-root and tests-root but not
language. Downstream, process_pyproject_config() checks
config.get("language") == "java" to set is_java_project, so without
this field the pipeline couldn't identify the project as Java.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 21142a5 commit cc5b562
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| 459 | + | |
459 | 460 | | |
460 | 461 | | |
461 | 462 | | |
| |||
0 commit comments