Class ConventionFunctions
java.lang.Object
org.eclipse.edc.plugins.edcbuild.conventions.ConventionFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Supplier<org.gradle.api.GradleException>gradleException(String message) Supplies a genericGradleExceptionwith the given message.static <A> ArequireExtension(org.gradle.api.Project target, Class<A> extensionClass)
-
Constructor Details
-
ConventionFunctions
public ConventionFunctions()
-
-
Method Details
-
gradleException
Supplies a genericGradleExceptionwith the given message. -
requireExtension
-