First commit
This commit is contained in:
15
.fleet/run.json
Normal file
15
.fleet/run.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"configurations": [
|
||||
|
||||
{
|
||||
"name": "test [run] (1)",
|
||||
"type": "gradle",
|
||||
"workingDir": "$PROJECT_DIR$",
|
||||
"tasks": ["run"],
|
||||
"args": [""],
|
||||
"initScripts": {
|
||||
"flmapper": "ext.mapPath = { path -> path }"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user