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.
Using the plugins DSL:
plugins {
id("com.legyver.legyver-license-data") version "1.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.legyver:legyver-license-data:1.0.0")
}
}
apply(plugin = "com.legyver.legyver-license-data")
Using the plugins DSL:
plugins {
id "com.legyver.legyver-license-data" version "1.0.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.legyver:legyver-license-data:1.0.0"
}
}
apply plugin: "com.legyver.legyver-license-data"