Search Gradle plugins

Version 0.16.2 (latest)

0.16.2

Created 19 October 2023.

Applies a header to files from a given template

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.benjaminsproule.license") version "0.16.2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.benjaminsproule.gradle.plugins:license-gradle-plugin:0.16.2")
      }
    }
    
    apply(plugin = "com.benjaminsproule.license")
  • Applying plugins to all subprojects .