Commit 21142a5
fix: add Java project detection to detect_project_language
The function only checked for Python and JS/TS markers. Java projects
(with pom.xml or build.gradle) always fell through to the PYTHON default.
Added Java detection before TypeScript check since build tool files are
definitive markers, mirroring setup/detector.py logic.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8f8d434 commit 21142a5
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
| |||
0 commit comments