blob: f46c3b39c72c73047253a2eab0a3190ffa6b5f91 [file] [log] [blame] [edit]
{
"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 }"
}
}
]
}