linkedin / linkedin-gradle-plugin-for-apache-hadoop

Apache License 2.0
117 stars 76 forks source link

Build fails when run in LinkedIn multiproduct #242

Closed erwa closed 5 years ago

erwa commented 5 years ago

When I try to build this repo inside a LinkedIn multiproduct, it fails due to

Caused by: java.lang.NoClassDefFoundError: groovy/text/SimpleTemplateEngine
        at org.codenarc.report.AbstractReportWriter.<init>(AbstractReportWriter.groovy:47)
        at org.codenarc.report.XmlReportWriter.<init>(XmlReportWriter.groovy)
        at org.codenarc.report.ReportWriterFactory.getReportWriter(ReportWriterFactory.groovy:36)
        at org.codenarc.report.ReportWriterFactory.getReportWriter(ReportWriterFactory.groovy:49)
        at org.codenarc.report.ReportWriterFactory$getReportWriter.call(Unknown Source)
        at org.codenarc.ant.CodeNarcTask.addConfiguredReport(CodeNarcTask.groovy:120)
        at org.apache.tools.ant.IntrospectionHelper$AddNestedCreator.istore(IntrospectionHelper.java:1477)
        at org.apache.tools.ant.IntrospectionHelper$AddNestedCreator.store(IntrospectionHelper.java:1471)
        at org.apache.tools.ant.IntrospectionHelper$Creator.store(IntrospectionHelper.java:1374)
        ... 61 more
Caused by: java.lang.ClassNotFoundException: groovy.text.SimpleTemplateEngine
        ... 70 more