Search Gradle plugins

Version 1.4.1

1.4.1

Created 04 February 2017.

static site generator - this utilises the templar templating language

Add this plugin to your build using the plugins DSL:

plugins {
  id("synapticloop.templar-gen") version "1.4.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.synapticloop:templar-gen:1.4.1")
      }
    }
    
    apply(plugin = "synapticloop.templar-gen")
  • Applying plugins to all subprojects .