Class RenderLibExtension
java.lang.Object
com.render.gradle.RenderLibExtension
Consumer configuration for the RenderLib Gradle plugin.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.provider.Property<Boolean> Whether existing managed skill installations should be synchronized.abstract org.gradle.api.provider.Property<RenderLibDependencyMode> Packaging mode for a managed dependency.abstract org.gradle.api.provider.Property<Boolean> Whether ordinary builds should perform a non-failing release check.abstract org.gradle.api.provider.Property<String> Exact RenderLib version managed by the plugin.voiduiTesting(org.gradle.api.Action<? super RenderLibExtension.UiTesting> action)
-
Constructor Details
-
RenderLibExtension
@Inject public RenderLibExtension(org.gradle.api.model.ObjectFactory objects)
-
-
Method Details
-
getVersion
Exact RenderLib version managed by the plugin. -
getDependencyMode
Packaging mode for a managed dependency. -
getUpdateNotifications
Whether ordinary builds should perform a non-failing release check. -
getAutomaticSkillUpdates
Whether existing managed skill installations should be synchronized. -
getUiTesting
-
uiTesting
-