Search Gradle plugins

Version 1.1.2

1.1.2

Created 02 April 2022.

Plugin for wooga npm library releases

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 .