This example demonstrates how to configure a Gradle project to install a Node.js distribution, and build a Javascript application with pnpm.
- A Gradle Wrapper configured in this directory.
settings.gradle.kts
: defines version of used plugins.build.gradle.kts
: applies and configure this plugin.package.json
: scripts connected to Gradle lifecycle tasksclean
,assemble
,check
.