Search Gradle plugins

Version 1.0.0

1.0.0

Created 28 June 2019.

Replace placeholders from template files.

Add this plugin to your build using the plugins DSL:

plugins {
  id("uk.co.mulecode.file-template") version "1.0.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.uk.co.mulecode:file-template:1.0.0")
      }
    }
    
    apply(plugin = "uk.co.mulecode.file-template")
  • Applying plugins to all subprojects .