{ | |
"configurations": [ | |
{ | |
"name": "publish analyzer", | |
"type": "gradle", | |
"workingDir": "$PROJECT_DIR$", | |
"tasks": ["analysis:analysis-api-dumdum-shadow:publishToMavenLocal"], | |
"args": [""], | |
"initScripts": { | |
"flmapper": "ext.mapPath = { path -> path }" | |
} | |
}, | |
{ | |
"name": "run scratch", | |
"type": "gradle", | |
"workingDir": "$PROJECT_DIR$", | |
"tasks": ["analysis:analysis-api-dumdum:run"], | |
"initScripts": { | |
"flmapper": "ext.mapPath = { path -> path }" | |
} | |
} | |
] | |
} |