f001f35230
This will check in a workaround necessary for FL-22276
9 lines
214 B
JSON
9 lines
214 B
JSON
{
|
|
"backend.maxHeapSizeMb": 2602,
|
|
|
|
// https://youtrack.jetbrains.com/issue/FL-22276
|
|
// Fleet cannot handle nested maven projects until FL-22276
|
|
"ignored.project.globs": [
|
|
"**/pom.xml"
|
|
]
|
|
} |