ru.yoomoney.gradle.plugins.library-project-plugin
Owner: YooMoney Robot
Gradle plugin by YooMoney. See README: https://github.com/yoomoney/library-project-plugin
https://github.com/yoomoney/library-project-plugin
Sources: https://github.com/yoomoney/library-project-plugin.git
Version 7.3.1 (latest)
7.3.1
Created 16 November 2021.
Gradle plugin by YooMoney. See README: https://github.com/yoomoney/library-project-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("ru.yoomoney.gradle.plugins.library-project-plugin") version "7.3.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ru.yoomoney.gradle.plugins:library-project-plugin:7.3.1") } } apply(plugin = "ru.yoomoney.gradle.plugins.library-project-plugin")
- Applying plugins to all subprojects .