Add artifacts to Maven central repository.

This commit is contained in:
James Roseborough
2013-02-02 05:24:37 +00:00
parent 9ffb9499e5
commit 05ac5f22e0
4 changed files with 202 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ public class App
{
public static void main( String[] args )
{
String script = "print 'hello, from luaj!'";
String script = "print('hello, world', _VERSION)";
// create an environment to run in
Globals globals = JsePlatform.standardGlobals();