Search Gradle plugins

Version 0.3.1

0.3.1

Created 06 December 2019.

A plugin for compiling TeX.

Add this plugin to your build using the plugins DSL:

plugins {
  id("dev.reimer.tex") version "0.3.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("dev.reimer:tex-gradle-plugin:0.3.1")
      }
    }
    
    apply(plugin = "dev.reimer.tex")
  • Applying plugins to all subprojects .