We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff829a commit 0848327Copy full SHA for 0848327
1 file changed
gradle.properties
@@ -9,7 +9,11 @@ pluginVersion = 2025.3-SNAPSHOT.1
9
pluginSinceBuild = 252
10
11
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
12
-platformVersion = 2025.2.5
+# https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#platformVersions
13
+platformVersion = 2025.3
14
+#platformVersion = 253.28294.169
15
+#platformVersion = 253-EAP-SNAPSHOT
16
+#Set the version to 253-EAP-SNAPSHOT and set useInstaller = false
17
18
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
19
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
0 commit comments