google / intellij-gn-plugin

BSD 3-Clause "New" or "Revised" License
13 stars 11 forks source link

Set untilBuild as empty #35

Closed bc-lee closed 9 months ago

bc-lee commented 9 months ago

In 54764f1f8ae6d78ac87eea689d6dfff6012fb558, we unset untilBuild in order to avoid specifying the maximum supported IntelliJ version. However, unsetting untilBuild makes the plugin only compatible with the version specified in sinceBuild. In other words, current tree is only compatible with 2021.1.

Fix it by setting untilBuild as an empty string.