com.uber.infer.Constants.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infer-plugin Show documentation
Show all versions of infer-plugin Show documentation
Gradle integration for infer static analyzer.
The newest version!
package com.uber.infer
class Constants {
static final String GROUP = "Infer"
static final String EXTENSION_ERADICATE_NAME = "eradicate"
static final String EXTENSION_INFER_NAME = "infer"
static final String EXTENSION_INFER_PLUGIN_NAME = "inferPlugin"
static final String TASK_CHECK_FOR_INFER = "inferCheckForCommand"
static final String TASK_ERADICATE = "eradicate"
static final String TASK_INFER = "infer"
static final String TASK_PREPARE_FOR_INFER = "inferPrepare"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy