Fixed adding the following snippet in my gradle build file:

    tasks.withType(Groovydoc) {
        groovyClasspath = project.configurations.groovyDoc
        includes  = ["nextflow/**"]
    }


See more here
<https://github.com/nextflow-io/nextflow/blob/df4e6acdf1e2078a364e7ad5774283383c6dc412/build.gradle#L133-L136>
.


p

On Tue, Aug 21, 2018 at 3:54 PM Paolo Di Tommaso <paolo.ditomm...@gmail.com>
wrote:

> After upgrading to groovy 2.5.1 I'm getting the following error in my
> Gradle build:
>
>
> Execution failed for task ':nxf-commons:groovydoc'.
> > java.lang.NoClassDefFoundError: groovy/text/TemplateEngine
>
>
>
> Any idea what's wrong with that ?
>
>
> Cheers,
> Paolo
>
>

Reply via email to