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.1.0
0.1.0
Created 28 January 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.1.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.github.chantsune:plugin:0.1.0")
}
}
apply(plugin = "com.github.chantsune.license-tools-plus")
Using the plugins DSL:
plugins {
id "com.github.chantsune.license-tools-plus" version "0.1.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.github.chantsune:plugin:0.1.0"
}
}
apply plugin: "com.github.chantsune.license-tools-plus"