Back to directory
siouan avatar

frontend-gradle-plugin

All-in-one Gradle Node/NPM/PNPM/Yarn plugin to build, test, deploy Javascript applications using a Corepack-enabled package manager.. Read more below about its uses, features, and usage.

Clone repository

git clone https://github.com/siouan/frontend-gradle-plugin.git

171

Stars

27

Forks

5

Watchers

Apache-2.0

License

Releases

Nov 29, 2024

10.0.0

Download .zip

Features

Task resolvePackageManager supports a packageManager property whose value ends with a hash to allow an integrity check after download by Corepack (#271). Task cleanFrontend was removed becau...

Nov 12, 2024

9.1.0

Download .zip

Features

Support of Node.js distribution compatible with Linux S390X systems (#260). Support of Node.js distribution compatible with Linux PPC64LE systems (#258). Support of Node.js distribution comp...

Oct 20, 2024

9.0.0

Download .zip

Features

Arguments of all task types are configurable on the command line (#239). New tasks runNode, runCorepack, runNpm, runPnpm, runYarn allow to execute an instant command from a Gradle command li...

Jun 14, 2024

8.1.0

Download .zip

Requirements

Gradle: ≥8.5 for JDK 21 build, JDK 17 build, JDK 11 build

Features

Corepack version management with new task installCorepack (#212) Support of environment variables for each Node.js-ba...

Aug 24, 2023

8.0.0

Download .zip

Requirements

Gradle: ≥7.3 for JDK 17 build Gradle: ≥6.2 for JDK 11 build

Features

Support of Node.js Linux ARM64 distributions (#190). Retry capability when downloading the Node.js distribution (#2...