gmazelier / gradle-jasperreports

Provides the capability to compile JasperReports design files.
https://plugins.gradle.org/plugin/com.github.gmazelier.jasperreports
Apache License 2.0
25 stars 20 forks source link

Groovy language is not supported in report definition #4

Open gmazelier opened 9 years ago

gmazelier commented 9 years ago

Observed while reporting issue Classpath issues:

Change language in report definition from groovy to java to prevent the LinkageError or java.lang.NoClassDefFoundError: groovyjarjarasm/asm/ClassWriter error if groovy-all in not added in the buildscript configuration. It's a known workaround, see this comment on SO for example.

Piefou commented 8 years ago

Hi. Any news on this issue ? I tried to tweak differents ways of managing groovy dependency, but no one worked. Changing language arg to java from groovy is a heavy task as i have hundreds of jrxml :/