Skip to content
Snippets Groups Projects
Unverified Commit 84f5d2a0 authored by Sergei Zharinov's avatar Sergei Zharinov Committed by GitHub
Browse files

fix(gradle): Increase tree parsing depth (#32516)

parent 3de0340f
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,6 @@ export function parseGradle( ...@@ -51,7 +51,6 @@ export function parseGradle(
const query = q.tree<Ctx>({ const query = q.tree<Ctx>({
type: 'root-tree', type: 'root-tree',
maxDepth: 32,
search: q.alt<Ctx>( search: q.alt<Ctx>(
qKotlinImport, qKotlinImport,
qAssignments, qAssignments,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment