Skip to content

Commit

Permalink
fix!: require 242.2 and unpin compatibility range (#109)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require IU build 242.2+
  • Loading branch information
benmelz authored Jan 16, 2025
1 parent 0160781 commit a0305cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ pluginRepositoryUrl = https://github.com/benmelz/haml-lint-intellij-plugin
pluginVersion = 1.3.4

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 231
pluginUntilBuild = 243.*
pluginSinceBuild = 242.2
pluginUntilBuild =

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IU
platformVersion = 2024.3
platformVersion = 2024.2

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
platformPlugins = org.jetbrains.plugins.haml:243.21565.122, org.jetbrains.plugins.ruby:243.21565.211
platformPlugins = org.jetbrains.plugins.haml:242.20224.175, org.jetbrains.plugins.ruby:242.20224.419
# Example: platformBundledPlugins = com.intellij.java
platformBundledPlugins =

Expand Down

0 comments on commit a0305cc

Please sign in to comment.