gradle-jasperreports icon indicating copy to clipboard operation
gradle-jasperreports copied to clipboard

Provides the capability to compile JasperReports design files.

Results 9 gradle-jasperreports issues
Sort by recently updated
recently updated
newest added

Is there a parameter to specify the jasper version?

I tried to upgrade dependency net.sf.jasperreports:jasperreports from versino 6.10.0 to 6.12.2 and is working ok.

Upgrade Gradle to 6.5, removed deprecated `IncrementalTasksInputs` and switched to the new `InputChanges` API. Remove GPars as it's not maintained anymore and switch to java 8 parallel streams Migrate JUnit...

This is the work-around so that I could make my project work. Note that I had to be explicit with the build directory. ``` jasperreports { val packageDir = "org/naic/spl/gateway/reports"...

I've followed the following tutorial and have no problem compiling a .jasper file in the Jaspersoft Studio. https://community.jaspersoft.com/wiki/jaspersoft-studio-expression-editor-how-extend-it-and-contribute-your-own-functions-part-2-0 I've defined a custom function and now I'm moving the project to...

When the report compilation runs, it exposes a Java icon on the MacOS dock. When using the gradle daemon, the icon will stay as long as the gradle daemon is...

Observed while reporting issue [Classpath issues](https://github.com/gmazelier/gradle-jasperreports/issues/2): > 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 current Maven repo for dependencies does not work anymore. This PR changes it to a working repo.

I do plan to upgrade to Gradle 8. During the configuration step I get the following exception: ```bash An exception occurred applying plugin request [id: 'com.github.gmazelier.jasperreports', version: '0.4'] > Failed...