Search Gradle plugins

Version 1.2.0

1.2.0

Created 25 January 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.2.0"
}

See also:

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