Search Gradle plugins

Version 0.2.1

0.2.1

Created 24 August 2017.

Publishes artifacts to YUMR server via GRPC

Add this plugin to your build using the plugins DSL:

plugins {
  id("amdonov.yumr") version "0.2.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.github.amdonov.gradle:yumr-client:0.2.1")
      }
    }
    
    apply(plugin = "amdonov.yumr")
  • Applying plugins to all subprojects .