de.dfki.mary.voicebuilding-base
                  Owner:
                  
                    
                    Ingmar Steiner
                  
                
A replacement for the legacy VoiceImportTools in MaryTTS
Sources: https://github.com/marytts/gradle-marytts-voicebuilding-plugin
Version 5.2.0
Created 15 November 2016.
                A replacement for the legacy VoiceImportTools in MaryTTS
                
            
            
            
                
            
            
        Add this plugin to your build using the plugins DSL:
plugins {
  id("de.dfki.mary.voicebuilding-base") version "5.2.0"
}See also:
- 
                Adding the plugin to build logic for usage in precompiled script plugins.See the relevant documentation for more information. Add this plugin as a dependency to <convention-plugins-build>/build.gradle(.kts):dependencies { implementation("de.dfki.mary.voicebuilding-base:de.dfki.mary.voicebuilding-base.gradle.plugin:5.2.0") }It can then be applied in the precompiled script plugin:plugins { id("de.dfki.mary.voicebuilding-base") }
- 
                The legacy method of plugin application.See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.dfki.mary.voicebuilding-base:de.dfki.mary.voicebuilding-base.gradle.plugin:5.2.0") } } apply(plugin = "de.dfki.mary.voicebuilding-base")
- Applying plugins to all subprojects .