Skip to content

Commit

Permalink
fix(editors/intellij): remove build range (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-teles authored Dec 7, 2023
1 parent b0e3998 commit ef28c4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions editors/intellij/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ pluginGroup = com.github.biomejs.intellijbiome
pluginName = Biome
pluginRepositoryUrl = https://github.com/biomejs/biome
# SemVer format -> https://semver.org
pluginVersion = 0.0.6
pluginVersion = 0.0.7

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

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

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand Down

0 comments on commit ef28c4c

Please sign in to comment.