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

Upgrade all dependencies to the latest version #17

Open abnud1 opened 4 years ago

abnud1 commented 4 years ago

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 from 4 to 5

Update jasper version to 6.12.2

migrate the build script from groovy to kotlin