net.wooga.node-release
Owner: Manne Endres
Plugin for wooga npm library releases
https://wooga.github.io/atlas-node-release
Sources: https://github.com/wooga/atlas-node-release
Add this plugin to your build using the plugins DSL:
plugins {
id("net.wooga.node-release") version "1.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("net.wooga.gradle:atlas-node-release:1.1.2") } } apply(plugin = "net.wooga.node-release")
- Applying plugins to all subprojects .