We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6038b55 commit 9f5ac5eCopy full SHA for 9f5ac5e
1 file changed
gradle.properties
@@ -13,7 +13,10 @@ pluginSinceBuild = 252
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
+#Set the version to 253-EAP-SNAPSHOT and set useInstaller = false in dependencies/intellijPlatform
17
+#intellijIdea(providers.gradleProperty("platformVersion")) {
18
+# useInstaller = false
19
+#}
20
21
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
22
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
0 commit comments