Package 

Class Latex

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

    
    public final class Latex
     implements Plugin<Project>
                        

    A Plugin configuring the project for publishing on Maven Central

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Latex.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      Latex()
    • 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

      • Latex

        Latex()