chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-08 07:00:27 +00:00
parent bea56feb63
commit d46af9cf1e
2 changed files with 7 additions and 14 deletions
+1 -5
View File
@@ -1229,11 +1229,7 @@ export const JDTLS: Info = {
if (buildRoot) return buildRoot
// 3. Maven: walk up pom.xml chain verifying <module> relationships
const pomFiles = await Filesystem.findUp(
"pom.xml",
path.dirname(file),
ctx.directory,
)
const pomFiles = await Filesystem.findUp("pom.xml", path.dirname(file), ctx.directory)
if (pomFiles.length > 0) {
let root = path.dirname(pomFiles[0])
for (let i = 1; i < pomFiles.length; i++) {