Initial shared settings.json for fleet

This will check in a workaround necessary for FL-22276
This commit is contained in:
Sebastian Sellmair
2023-10-13 16:17:19 +02:00
committed by Space Team
parent 6de4d99706
commit f001f35230
+9
View File
@@ -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"
]
}