Package com.mooltiverse.oss.nyx.gradle
Interface Constants
-
public interface Constants
An interface with constant declarations.
-
-
Field Summary
Fields Modifier and Type Field Description static String
GRADLE_VERSION_PROPERTY_NAME
The name of the Gradle project property that brings the project version.
-
-
-
Field Detail
-
GRADLE_VERSION_PROPERTY_NAME
static final String GRADLE_VERSION_PROPERTY_NAME
The name of the Gradle project property that brings the project version. This property can be retrieved usingProject.findProperty(String)
and set withProject.setProperty(String, Object)
.
-
-