Skip to content

Commit

Permalink
fix(gradle): Increase tree parsing depth (#32516)
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov authored Nov 13, 2024
1 parent 3de0340 commit 84f5d2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/modules/manager/gradle/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export function parseGradle(

const query = q.tree<Ctx>({
type: 'root-tree',
maxDepth: 32,
search: q.alt<Ctx>(
qKotlinImport,
qAssignments,
Expand Down

0 comments on commit 84f5d2a

Please # to comment.