stylismo / nullability-annotations-inspection

IntelliJ IDEA nullability annotations inspection
https://plugins.jetbrains.com/idea/plugin/9418-nullability-annotations-inspection
MIT License
18 stars 5 forks source link

Do not set 'until-build' idea-version property on build #5

Closed narbsy closed 7 years ago

narbsy commented 7 years ago

By default, the intellij plugin will update the 'until-build' version to be the same as the 'since-build' version.

For EAP users, this will prevent the plugin from being installed until a new version of the plugin is released with an updated since and until version.

Instead, do not automatically update the 'until-build' version, and let the plugin be installed and fail gracefully at runtime if there are any incompatibilities.

stylismo commented 7 years ago

Good point!