Search Gradle plugins

Version 1.0.27.master.23f9504

1.0.27.master.23f9504

Created 07 September 2014.

No version description available.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.sarhanm.versioner") version "1.0.27.master.23f9504"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.sarhanm:gradle-versioner:1.0.27.master.23f9504")
      }
    }
    
    apply(plugin = "com.sarhanm.versioner")
  • Applying plugins to all subprojects .