com.dorkbox.Licensing
Owner: Dorkbox LLC
License definitions and legal management plugin for the Gradle build system
https://git.dorkbox.com/dorkbox/Licensing
Sources: https://git.dorkbox.com/dorkbox/Licensing
Version 2.9.1
2.9.1
Created 07 August 2021.
License definitions and legal management plugin for the Gradle build system
Add this plugin to your build using the plugins DSL:
plugins {
id("com.dorkbox.Licensing") version "2.9.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.dorkbox:Licensing:2.9.1") } } apply(plugin = "com.dorkbox.Licensing")
- Applying plugins to all subprojects .