Class WarPlugin

    • Field Detail

      • PROVIDED_COMPILE_CONFIGURATION_NAME

        public static final java.lang.String PROVIDED_COMPILE_CONFIGURATION_NAME
        See Also:
        Constant Field Values
      • PROVIDED_RUNTIME_CONFIGURATION_NAME

        public static final java.lang.String PROVIDED_RUNTIME_CONFIGURATION_NAME
        See Also:
        Constant Field Values
      • WEB_APP_GROUP

        @Deprecated
        public static final java.lang.String WEB_APP_GROUP
        Deprecated.
        This constant scheduled for removal in Gradle 9.0
        Task group for web application related tasks.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WarPlugin

        @Inject
        public WarPlugin​(ObjectFactory objectFactory,
                         org.gradle.api.internal.attributes.ImmutableAttributesFactory attributesFactory)
    • Method Detail

      • apply

        public void apply​(Project project)
        Description copied from interface: Plugin
        Apply this plugin to the given target object.
        Specified by:
        apply in interface Plugin<Project>
        Parameters:
        project - The target object
      • configureConfigurations

        @Deprecated
        public void configureConfigurations​(ConfigurationContainer configurationContainer)
        Deprecated.
        This method will be removed in Gradle 9.0.
        This method is intended for internal use and should not be called.