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
/
examples
/
royale
/
RoyaleThemes
/
.vscode
/
tasks.json
8 lines
•
192 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
// for the documentation about the tasks.json format
"version"
:
"0.1.0"
,
"command"
:
"mvn"
,
"args"
:
[
"clean"
,
"install"
,
"-DskipTests"
]
,
"isShellCommand"
:
true
,
"showOutput"
:
"always"
}