Skip to content

nebula-plugins/nebula-node-plugin

Repository files navigation

Gradle Plugin for Node

Support Status Gradle Plugin Portal Build Apache 2.0

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:

It's actually 3 plugins in one:

Origin

This was taken from srs/gradle-node-plugin due to lack of support/activity and the need to support Gradle 6.x

Now it is build in top of gradle-node-plugin. We recommend using that plugin instead.

This plugin exists for the following reasons:

  1. Backwards compatibility in the Netflix ecosystem
  2. Gulp and Grunt support

New/modern projects should use gradle-node-plugin instead.

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.