com.osacky.doctor
Owner: Nelson Osacky
The right prescription for your gradle build.
https://github.com/runningcode/gradle-doctor
Sources: https://github.com/runningcode/gradle-doctor
Version 0.1.3-SNAPSHOT
0.1.3-SNAPSHOT
Created 12 August 2019.
The right prescription for your gradle build.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.osacky.doctor") version "0.1.3-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.osacky.doctor:doctor-plugin:0.1.3-SNAPSHOT") } } apply(plugin = "com.osacky.doctor")
- Applying plugins to all subprojects .