You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying plugin as described in readme leads to build failure with exception > Failed to apply plugin [id 'de.dfki.mary.voicebuilding.marytts-kaldi-mfa']
#30
Open
dschmutzVox opened this issue
Apr 28, 2021
· 1 comment
What went wrong:
A problem occurred evaluating root project 'voice_dominik'.
Failed to apply plugin [id 'de.dfki.mary.voicebuilding.marytts-kaldi-mfa']
Could not create task ':convertTextToMaryXml'.
> Could not create task of type 'ConvertTextToMaryXml'.
> Could not find method newInputDirectory() for arguments [] on object of type de.dfki.mary.voicebuilding.tasks.ConvertTextToMaryXml.
When applying the plugin like described in https://github.com/marytts/gradle-marytts-kaldi-mfa-plugin/blob/master/README.md
and trying to build my grade project i get following exception:
FAILURE: Build failed with an exception.
Where:
Build file 'C:\Users\dschmutz\workspace\voice_dominik\build.gradle' line: 23
What went wrong:
A problem occurred evaluating root project 'voice_dominik'.
I've tried it with both versions described here:
https://plugins.gradle.org/plugin/de.dfki.mary.voicebuilding.marytts-kaldi-mfa
Both the Using the plugins DSL as well as Using legacy plugin application leads to the same error that could be seen above!!
You can see my build.gradle file in the attachment!
What am i doing wrong or what has to be done that i can build my project with the plugin and afterwards run
the convertToMaryXml etc. tasks?
build.gradle.zip
The text was updated successfully, but these errors were encountered: