/gradle-node-plugin

A fork from srs/gradle-node-plugin with added support for Gradle 6+ with fixes from node-gradle/gradle-node-plugin

Primary LanguageGroovyApache License 2.0Apache-2.0

What is the purpose of this fork?

This is a fork of the srs/gradle-node-plugin but with added support for Gradle 6+ from node-gradle/gradle-node-plugin, while still maintaining support for Gulp and Grunt (We still needed this functionality for now)

A lot of thanks goes out to them for making/updating this plugin.

Gradle Plugin for Node

This plugin enabled you to use a lot of NodeJS-based technologies as part of your build without having NodeJS installed locally on your system. It integrates the following NodeJS-based system with Gradle:

Documentation

Here's how you get started using this plugin.

Building the Plugin

To build the plugin, just type the following command:

./gradlew clean build