nodejvm icon indicating copy to clipboard operation
nodejvm copied to clipboard

Make a Gradle plugin

Open mikehearn opened this issue 6 years ago • 0 comments

It should do these things:

  1. Adjust the executable of JavaExec tasks to be nodejvm instead of java
  2. Add the nodejs interop JAR as a dependency
  3. Change the startup scripts the application plugin generates, to inline the nodejvm script itself so that's no longer necessary.

mikehearn avatar Nov 03 '19 00:11 mikehearn