First commit

This commit is contained in:
Jaroslav Držík
2025-01-05 07:50:23 +01:00
commit 12e0eb37a8
52 changed files with 1544 additions and 0 deletions

15
.fleet/run.json Normal file
View File

@@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "test [run] (1)",
"type": "gradle",
"workingDir": "$PROJECT_DIR$",
"tasks": ["run"],
"args": [""],
"initScripts": {
"flmapper": "ext.mapPath = { path -> path }"
}
}
]
}