Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Simple way to use node scripts (npm, yarn, pnpm) from gradle with scripts defined in package.json being auto-extracted as gradle tasks |
2.3.0
(07 March 2026) |
|
Provides Node.js and NPM tasks. No need to have Node.js installed as plugin will take care of caching and installation in a similar fashion as to have Gradle distributions are cached |
5.1.1
(20 August 2026) |
|
A Common Set of Gradle's Tasks for Backend's and Frontend's Development<br> automatically applied |
1.0.1
(10 November 2018) |
|
Embeds an npm build's output into a Java jar's resources. Extends com.stano.npm (auto-applied) with an npmAssemble task that copies the npm dist output into build/resources/main/public. When the java plugin is also applied, jar depends on npmAssemble and test depends on npmTest. |
0.1.15
(14 August 2026) |
|
Gradle plugin that allows launching tasks inside docker containers |
0.5.4
(17 November 2018) |
|
Generic npm/Node build lifecycle support, usable on any npm project (standalone SPA, library, or embedded frontend) regardless of whether a Java plugin is applied. Registers npmVersion, npmInstall, npmClean (wired into clean), npmRunBuild, and npmTest tasks. Optionally builds via nvm (Node Version Manager) instead of a system-installed npm. When org.sonarqube is already applied (directly or on a parent project), configures sonar.sources for the JS source tree. |
0.1.15
(14 August 2026) |