Class GitPlugin

  • All Implemented Interfaces:
    org.gradle.api.Plugin<Object>

    public class GitPlugin
    extends Object
    implements org.gradle.api.Plugin<Object>
    A plugin that exposes any git repository that might be in a project.
    Since:
    2.0.0
    • Constructor Detail

      • GitPlugin

        public GitPlugin()
    • Method Detail

      • apply

        public void apply​(@NotNull
                          @NotNull Object projectOrSettings)
        Specified by:
        apply in interface org.gradle.api.Plugin<Object>