Appendix C. Gradle tasks
The build script for this project includes the following tasks:
checkConfigSummarizes your configuration.
pythonServerStart,pythonServerStopStart and stop the Python web server.
nodeServerStart,nodeServerStopStart and stop the Node.js web server.
dockerServerStart,dockerServerStopStart and stop the Docker container version of the Node.js web server.
node_xslt3,docker_xslt3Run the Node.js version of the command line Saxon processor to compile a stylesheet. The
node_xslt3task uses Node.js directly,docker_xslt3uses the Docker container.eejRun the Java version of the command line Saxon processor to compile a stylesheet.
There are a few other tasks, but they’re mostly support tasks for these “public” entry points.