##// END OF EJS Templates
Merge with ioc ts support
Merge with ioc ts support

File last commit:

r99:7071c0e728fe ts-plugin
r138:a2fb9af6341c merge v1.4.0-rc1 default
Show More
tasks.json
14 lines | 299 B | application/json | JsonLexer
cin
added properties to the build project...
r99 {
"version": "2.0.0",
"command": "./gradlew",
"type": "shell",
"tasks": [
{
"label": "Build browser test",
"args": [
"assembleTest",
"-Psymbols=local",
"-Pflavour=browser"
]
}
]
}