Search Gradle plugins

org.danilopianini.gradle-latex

A plugin for compiling LaTeX, inspired by https://github.com/csabasulyok/gradle-latex

https://github.com/DanySK/gradle-latex

Sources: https://github.com/DanySK/gradle-latex

Version 0.2.1-dev1a+25c2e85

0.2.1-dev1a+25c2e85

Created 14 July 2020.

A plugin for compiling LaTeX, inspired by https://github.com/csabasulyok/gradle-latex

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.danilopianini.gradle-latex") version "0.2.1-dev1a+25c2e85"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.danilopianini:gradle-latex:0.2.1-dev1a+25c2e85")
      }
    }
    
    apply(plugin = "org.danilopianini.gradle-latex")
  • Applying plugins to all subprojects .