org.gradle.guides.base
Owner: Gradle
This plugin is deprecated and broken by the disappearance of JCenter. See plugin org.gradle.guides instead. Base plugin required by mew Gradle guide plugins
https://github.com/gradle-guides/gradle-guides-plugin
Sources: https://github.com/gradle-guides/gradle-guides-plugin
Version 0.3.1
0.3.1
Created 30 May 2017.
Base plugin required by mew Gradle guide plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("org.gradle.guides.base") version "0.3.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.gradle.guides:gradle-guides-plugin:0.3.1") } } apply(plugin = "org.gradle.guides.base")
- Applying plugins to all subprojects .