File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3535
3636_suite = mx .suite ('truffle' )
3737
38+ def javadoc (args , vm = None ):
39+ """build the Javadoc for all API packages"""
40+ mx .javadoc (['--unified' ] + args )
41+
3842def build (args , vm = None ):
3943 """build the Java sources"""
4044 opts2 = mx .build (['--source' , '1.7' ] + args )
@@ -61,6 +65,7 @@ def _truffle_gate_runner(args, tasks):
6165mx_gate .add_gate_runner (_suite , _truffle_gate_runner )
6266
6367mx .update_commands (_suite , {
68+ 'javadoc' : [javadoc , '[SL args|@VM options]' ],
6469 'sl' : [sl , '[SL args|@VM options]' ],
6570 'sldebug' : [sldebug , '[SL args|@VM options]' ],
6671})
Original file line number Diff line number Diff line change 11suite = {
2- "mxversion" : "5.8 .0" ,
2+ "mxversion" : "5.9 .0" ,
33 "name" : "truffle" ,
44 "url" : "http://openjdk.java.net/projects/graal" ,
55 "developer" : {
You can’t perform that action at this time.
0 commit comments