Search Gradle plugins

Version 0.3

0.3

Created 09 March 2017.

Praat provider for Gradle

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 .