org.m2ci.msp.flaml
Owner: Ingmar Steiner
Utility plugin to manage speech data following FLAC+YAML convention
https://github.com/m2ci-msp/gradle-flaml-plugin
Sources: https://github.com/m2ci-msp/gradle-flaml-plugin
Version 0.4.0 (latest)
0.4.0
Created 19 January 2023.
Utility plugin to manage speech data following FLAC+YAML convention
Using the plugins DSL:
plugins {
id("org.m2ci.msp.flaml") version "0.4.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("org.m2ci.msp:gradle-flaml-plugin:0.4.0")
}
}
apply(plugin = "org.m2ci.msp.flaml")
Using the plugins DSL:
plugins {
id "org.m2ci.msp.flaml" version "0.4.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "org.m2ci.msp:gradle-flaml-plugin:0.4.0"
}
}
apply plugin: "org.m2ci.msp.flaml"