diff --git a/.fleet/settings.json b/.fleet/settings.json new file mode 100644 index 00000000000..dee0d89b835 --- /dev/null +++ b/.fleet/settings.json @@ -0,0 +1,9 @@ +{ + "backend.maxHeapSizeMb": 2602, + + // https://youtrack.jetbrains.com/issue/FL-22276 + // Fleet cannot handle nested maven projects until FL-22276 + "ignored.project.globs": [ + "**/pom.xml" + ] +} \ No newline at end of file