com.benjaminsproule.license-base
Owner: Benjamin Sproule
Base plugin to apply a header to files from a given template
https://github.com/gigaSproule/license-gradle-plugin
Sources: https://github.com/gigaSproule/license-gradle-plugin.git
Version 0.16.2 (latest)
0.16.2
Created 19 October 2023.
Base plugin to apply a header to files from a given template
Add this plugin to your build using the plugins DSL:
plugins {
id("com.benjaminsproule.license-base") 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-base")
- Applying plugins to all subprojects .