This repository has been archived by the owner on Jan 21, 2025. It is now read-only.
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.
Attach a Gradle doctor plugin #33
Closed
Description
Into root/build.gradle
// Gradle Doctor
// https://runningcode.github.io/gradle-doctor/
plugins {
id("com.osacky.doctor") version "0.7.3"
}
// Gradle Doctor all settings here https://runningcode.github.io/gradle-doctor/configuration/
doctor {
disallowMultipleDaemons = true
negativeAvoidanceThreshold = 500
warnWhenJetifierEnabled = false
javaHome {
ensureJavaHomeIsSet = true
ensureJavaHomeMatches = true
failOnError.set(true)
}
}
Activity