NpmAssembleTask
Summary
A task to assemble all required files for a given NpmPackage.
The task can be created and configured in a build.gradle.kts
file by registering it with correct type.
build.gradle.kts | |
---|---|
Properties
Property | Type | Default | When Kotlin plugin is present |
---|---|---|---|
package |
NpmPackage | ||
destinationDir |
Directory | $buildDir/packages/<package.name> |
Property | CLI | System/Gradle | Environment |
---|---|---|---|
package |
|||
destinationDir |
--destinationDir |
package
The configuration of the package to assemble.
destinationDir
Output directory to assemble the package to.