UNPKG
royale-swf
Version:
latest (0.9.0)
0.9.0
Apache Royale (formerly FlexJS) with SWF support
royale.apache.org
royale-swf
/
royale-asjs
/
frameworks
/
projects
/
Network
/
.vscode
/
tasks.json
10 lines
(9 loc)
•
257 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version"
:
"0.1.0"
,
"command"
:
"mvn"
,
"args"
:
[
"clean"
,
"install"
,
"-DskipTests"
]
,
"isShellCommand"
:
true
,
"showOutput"
:
"always"
}