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

classpath property not recognized #3

Closed welkman closed 9 years ago

welkman commented 9 years ago

I tried the leaving untouched all of the default configuration property values, before I realized our classpath is not standard. So I tried replacing it, but I get:

No such property: classpath for class: com.github.gmazelier.plugins.JasperReportsExtension_Decorated

I even copy-pasted the default line on the project overview doc, and I get the same result.

welkman commented 9 years ago

I figured out that your documentation is ahead of your releases. I guess "classpath" will be available in your next release, unless I want to get the SNAPSHOT and build it myself.

gmazelier commented 9 years ago

Indeed. I've just release 0.2.0 with the classpath property available and improved documentation.