##// END OF EJS Templates
Added tag v1.4.5 for changeset 1391543e8282
Added tag v1.4.5 for changeset 1391543e8282

File last commit:

r99:7071c0e728fe ts-plugin
r171:2ad4aeec02ff 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"
]
}
]
}