Package zero.x.plugin.bom.util
Class Util
- java.lang.Object
-
- zero.x.plugin.bom.util.Util
-
public final class Util extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringADOPT_JDK_14static java.lang.StringBOOT_JAR_TASK_NAMEstatic java.lang.StringBOOT_RUN_TASK_NAMEstatic java.lang.StringGIT_PROPERTIES_EXT_NAMEstatic java.lang.StringGIT_PROPERTIES_TASK_NAMEstatic java.lang.StringSELF_GIT_PROPERTIES_CONFIGURATION_TASKstatic java.lang.StringSELF_TASK_NAME
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprintKnownExtensions(org.gradle.api.Project project)a small debug utility; run with "gradle build --info".static voidprintKnownTasks(org.gradle.api.Project project)a small debug utility; run with "gradle build --info".
-
-
-
Field Detail
-
ADOPT_JDK_14
public static final java.lang.String ADOPT_JDK_14
- See Also:
- Constant Field Values
-
SELF_GIT_PROPERTIES_CONFIGURATION_TASK
public static final java.lang.String SELF_GIT_PROPERTIES_CONFIGURATION_TASK
- See Also:
- Constant Field Values
-
SELF_TASK_NAME
public static final java.lang.String SELF_TASK_NAME
- See Also:
- Constant Field Values
-
GIT_PROPERTIES_EXT_NAME
public static final java.lang.String GIT_PROPERTIES_EXT_NAME
- See Also:
- Constant Field Values
-
GIT_PROPERTIES_TASK_NAME
public static final java.lang.String GIT_PROPERTIES_TASK_NAME
- See Also:
- Constant Field Values
-
BOOT_RUN_TASK_NAME
public static final java.lang.String BOOT_RUN_TASK_NAME
- See Also:
- Constant Field Values
-
BOOT_JAR_TASK_NAME
public static final java.lang.String BOOT_JAR_TASK_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
printKnownExtensions
public static void printKnownExtensions(org.gradle.api.Project project)
a small debug utility; run with "gradle build --info". This can be used to fail fast in case we upgrade one of the dependent plugins and extension name changes
-
printKnownTasks
public static void printKnownTasks(org.gradle.api.Project project)
a small debug utility; run with "gradle build --info". This can be used to fail fast in case we upgrade one of the dependent plugins and task name changes
-
-