org.kordamp.gradle.licensing
Owner: Andres Almiray
Generates and configures licensing tasks
https://github.com/kordamp/kordamp-gradle-plugins
Sources: https://github.com/aalmiray/kordamp-gradle-plugins.git
Version 0.46.7
0.46.7
Created 18 January 2023.
Generates and configures licensing tasks
Add this plugin to your build using the plugins DSL:
plugins {
id("org.kordamp.gradle.licensing") version "0.46.7"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.kordamp.gradle:licensing-gradle-plugin:0.46.7") } } apply(plugin = "org.kordamp.gradle.licensing")
- Applying plugins to all subprojects .