nodejvm
nodejvm copied to clipboard
Make a Gradle plugin
It should do these things:
- Adjust the executable of JavaExec tasks to be
nodejvminstead ofjava - Add the nodejs interop JAR as a dependency
- Change the startup scripts the application plugin generates, to inline the
nodejvmscript itself so that's no longer necessary.