org.m2ci.msp.praat-wrapper-mac
Owner: Ingmar Steiner
Praat provider for Gradle
https://github.com/m2ci-msp/gradle-praat-wrapper-plugin
Sources: https://github.com/m2ci-msp/gradle-praat-wrapper-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("org.m2ci.msp.praat-wrapper-mac") version "0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.m2ci.msp:mac:0.3") } } apply(plugin = "org.m2ci.msp.praat-wrapper-mac")
- Applying plugins to all subprojects .