15 lines
325 B
JSON
15 lines
325 B
JSON
{
|
|
"configurations": [
|
|
|
|
{
|
|
"name": "test [run] (1)",
|
|
"type": "gradle",
|
|
"workingDir": "$PROJECT_DIR$",
|
|
"tasks": ["run"],
|
|
"args": [""],
|
|
"initScripts": {
|
|
"flmapper": "ext.mapPath = { path -> path }"
|
|
}
|
|
}
|
|
]
|
|
} |