Skip to content
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
@dmitriy-chernysh

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions