Package 

Class PropsPlugin

  • All Implemented Interfaces:
    org.gradle.api.Plugin

    
    public class PropsPlugin
     implements Plugin 
                        
    Allows to access encrypted properties.Dedicated to be used only in subprojects (to avoid redefining 'fork' and 'props' tasks).For root project, instead apply plugin 'com.neva.fork'.
    • Constructor Summary

      Constructors 
      Constructor Description
      PropsPlugin()
    • Method Summary

      Modifier and Type Method Description
      Unit apply(Project project)
      • Methods inherited from class org.gradle.api.Plugin

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • PropsPlugin

        PropsPlugin()