All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlin.com.datadog.gradle.plugin.SdkCheckLevel.kt Maven / Gradle / Ivy

There is a newer version: 1.15.0
Show newest version
package com.datadog.gradle.plugin

/**
 * Defines the action which plugin should take if Datadog SDK is missing
 * in the project dependencies.
 */
enum class SdkCheckLevel {
    /**
     * Do nothing if SDK is missing in the dependencies.
     */
    NONE,

    /**
     * Log a warning if SDK is missing in the dependencies.
     */
    WARN,

    /**
     * Fail the build if SDK is missing in the dependencies.
     */
    FAIL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy