com.legyver.legyver-license-data
Owner: Benjamin Arnold
Apply Legyver license data to a specified properties file from internal values.
https://github.com/orgs/legyver-gradle-plugins/legyver-license-data
Sources: https://github.com/legyver-gradle-plugins/legyver-license-data.git
Version 1.0.0 (latest)
1.0.0
Created 19 December 2022.
Apply Legyver license data to a specified properties file from internal values.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.legyver.legyver-license-data") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.legyver:legyver-license-data:1.0.0") } } apply(plugin = "com.legyver.legyver-license-data")
- Applying plugins to all subprojects .