Search Gradle plugins

ru.mak_sim.ycf

Update version of Yandex Cloud Function from your gradle

https://github.com/maksim77/ycf

Sources: https://github.com/maksim77/ycf

Version 0.5.0 (latest)

0.5.0

Created 07 October 2020.

Update version of Yandex Cloud Function from your gradle

Add this plugin to your build using the plugins DSL:

plugins {
  id("ru.mak_sim.ycf") version "0.5.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("ru.mak_sim.ycf:ycf:0.5.0")
      }
    }
    
    apply(plugin = "ru.mak_sim.ycf")
  • Applying plugins to all subprojects .