Class RuthlessPlugin

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

    public class RuthlessPlugin
    extends java.lang.Object
    implements org.gradle.api.Plugin<org.gradle.api.plugins.PluginAware>
    Meta-plugin which can be applied to any object and applies in the corresponding plugin. This allows to re-use a plugin id for different Gradle components.
    • Constructor Summary

      Constructors 
      Constructor Description
      RuthlessPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(@NonNull org.gradle.api.plugins.PluginAware target)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuthlessPlugin

        public RuthlessPlugin()
    • Method Detail

      • apply

        public void apply​(@NonNull
                          @NonNull org.gradle.api.plugins.PluginAware target)
        Specified by:
        apply in interface org.gradle.api.Plugin<org.gradle.api.plugins.PluginAware>