Class JsonDependencyExporter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void export​(java.util.Set<org.gradle.api.artifacts.ExternalDependency> dependencies)  
      • Methods inherited from class java.lang.Object

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

      • export

        public void export​(java.util.Set<org.gradle.api.artifacts.ExternalDependency> dependencies)
        Specified by:
        export in interface DependencyExporter