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

Plugin is not working anymore with Gradle 8

Open frankenpfalzer opened this issue 2 years ago • 3 comments

I do plan to upgrade to Gradle 8.

During the configuration step I get the following exception:

An exception occurred applying plugin request [id: 'com.github.gmazelier.jasperreports', version: '0.4']
> Failed to apply plugin 'com.github.gmazelier.jasperreports'.
   > Could not create task ':compileAllReports'.
      > Cannot use @TaskAction annotation on method JasperReportsCompile.execute() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.

I have seen that IncrementalTaskInputs is deprecated in Version 7.6.1.

frankenpfalzer avatar Feb 28 '23 08:02 frankenpfalzer