chathurabuddi / intellij-jasper-report-support

📜 Jasper reports viewing and compiling support for Intellij Idea IDE
https://plugins.jetbrains.com/plugin/13043-jasper-report-support
MIT License
15 stars 17 forks source link

IDEA New version #21

Open dadomingues opened 4 years ago

dadomingues commented 4 years ago

The gradle.properties file require an exclusive version of IDEA. When leave 202.1 to 202.2, the plugin stop running. I had to recompile change this values: IdeaVersion to 2020.2 and customUntilBuild to 202.*

ideaVersion=2020.2
customSinceBuild=172.3317.76
customUntilBuild=202.*
version=1.0.2

It is importante upgrade the project or another solution.