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