amdonov.yumr
Owner: Aaron Donovan
Publishes artifacts to YUMR server via GRPC
https://github.com/amdonov/gradle-yumr-client
Sources: https://github.com/amdonov/gradle-yumr-client
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 .