com.github.chantsune.license-tools-plus
Owner: ChanTsune
Edit the yaml file generated by the Cookpad License Tools plugin
https://github.com/ChanTsune/LicenseToolsPlusPlugin
Sources: https://github.com/ChanTsune/LicenseToolsPlusPlugin
Version 0.4.1 (latest)
0.4.1
Created 15 April 2021.
Edit the yaml file generated by the Cookpad License Tools plugin
Using the plugins DSL:
plugins {
id("com.github.chantsune.license-tools-plus") version "0.4.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.github.chantsune:license-tools-plus:0.4.1")
}
}
apply(plugin = "com.github.chantsune.license-tools-plus")
Using the plugins DSL:
plugins {
id "com.github.chantsune.license-tools-plus" version "0.4.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.chantsune:license-tools-plus:0.4.1"
}
}
apply plugin: "com.github.chantsune.license-tools-plus"