robovm / robovm-gradle-plugin

RoboVM Gradle plugin
45 stars 24 forks source link

Task to create command-line tool #14

Closed msgilligan closed 9 years ago

msgilligan commented 10 years ago

It would be nice to be able to use this plugin to create command-line tools as well as iOS apps, like the HelloWorld example in the RoboVM docs.

ntherning commented 9 years ago

It's now possible to launch console apps: see #47.

We will add a task for building a console app and install it to build/robovm/ (#48).

ntherning commented 9 years ago

47 and #48 have now been fixed.