Files
kotlin-fork/.fleet/settings.json
T
Sebastian Sellmair f001f35230 Initial shared settings.json for fleet
This will check in a workaround necessary for FL-22276
2023-10-16 13:48:21 +00:00

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"
]
}