Update build.gradle.kts to make it compatible for newer versions#26
Update build.gradle.kts to make it compatible for newer versions#26HarshPanchal18 wants to merge 1 commit into
Conversation
|
@bucherfa is it possible to merge this PR and publish the new version to the market place? It would be very handy to have this plugin available for newer IDE versions. Best regards |
|
Hey :) |
|
Hey @bucherfa You can refer this comment explaining the configuration in gradle. Another action you can do is to upload the plugin onto marketplace. The plugin verifier will send you results having compatibility warnings. Delete the uploaded plugin. Then apply the change I am proposing via this PR manually, and re-upload the plugin onto marketplace. You may see differences. Hope this helps :) PS: While I was building my plugin, I used to upload the new release in midnight around 1.00 - 2.00 AM (IST) to know the verification result in very short time instead of waiting for working day(s). You can adjust your time-frame accordingly. |
Solving #24
I have provided a gradle configuration inside
build.gradle.ktsto make this plugin compatible with upcoming IDE versions so you do not have to manually applying version toversion.set(properties("platformVersion"))each time.Same issue has been faced with my plugin "Jumping Lines" too. You can see commit here as well.
I have asked an author of plugin IntelliJ-Inspection-Lens. He suggested this solution which worked out for me.
Hope this helps with you too.