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.3.4
0.3.4
Created 20 April 2020.
The right prescription for your gradle build.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.osacky.doctor") version "0.3.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.osacky.doctor:doctor-plugin:0.3.4") } } apply(plugin = "com.osacky.doctor")
- Applying plugins to all subprojects .