Search Gradle plugins

Version 7.3.0

7.3.0

Created 20 April 2021.

Gradle project plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("ru.yoomoney.gradle.plugins.gradle-project-plugin") version "7.3.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.ru.yoomoney.gradle.plugins:gradle-project-plugin:7.3.0")
      }
    }
    
    apply(plugin = "ru.yoomoney.gradle.plugins.gradle-project-plugin")
  • Applying plugins to all subprojects .