Search Gradle plugins

Version 0.1.0

0.1.0

Created 14 September 2018.

Plugin for wooga npm library releases

Add this plugin to your build using the plugins DSL:

plugins {
  id("net.wooga.node-release") version "0.1.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.net.wooga.gradle:atlas-node-release:0.1.0")
      }
    }
    
    apply(plugin = "net.wooga.node-release")
  • Applying plugins to all subprojects .