Package run.halo.gradle
Class HaloDevtoolsPlugin
java.lang.Object
run.halo.gradle.HaloDevtoolsPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class HaloDevtoolsPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
- Since:
- 2.0.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHaloDevtoolsPlugin(org.gradle.internal.build.event.BuildEventListenerRegistryInternal buildEvents) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project project) org.gradle.internal.build.event.BuildEventListenerRegistryInternal
-
Field Details
-
GROUP
- See Also:
-
DEVELOPMENT_ONLY_CONFIGURATION_NAME
The name of thedevelopmentOnlyconfiguration.- Since:
- 2.3.0
- See Also:
-
PRODUCTION_RUNTIME_CLASSPATH_CONFIGURATION_NAME
The name of theproductionRuntimeClasspathconfiguration.- See Also:
-
-
Constructor Details
-
HaloDevtoolsPlugin
@Inject public HaloDevtoolsPlugin(org.gradle.internal.build.event.BuildEventListenerRegistryInternal buildEvents)
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) - Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-
getBuildEvents
public org.gradle.internal.build.event.BuildEventListenerRegistryInternal getBuildEvents()
-