You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will fail, because rider("2024.3.2") leads to implicit useInstaller = true, and Rider (so far) is never supported when building a plugin using installer. See internal issue RIDER-119106 for details on that; there are plans to allow to use the installers but so far it's not possible.
This causes confusion among users (especially since you migrate from 243 EAP to 243 and build gets broken — it's not easy to figure out that it's the implicit property that gets switched between these).
I suggest us to automatically disable useInstaller for Rider, unless it's been explicitly passed as useInstaller = true (while I never seen cases when it's used and works, theoretically it's possible for some very light usages, e.g. when a plugin only depends a conditional XML file or something like that).
Gradle IntelliJ Plugin version
2.2.0
Gradle version
8.12
Operating System
None
Link to build, i.e. failing GitHub Action job
No response
The text was updated successfully, but these errors were encountered:
What happened?
Consider this
build.gradle.kts
:This will fail, because
rider("2024.3.2")
leads to implicituseInstaller = true
, and Rider (so far) is never supported when building a plugin using installer. See internal issue RIDER-119106 for details on that; there are plans to allow to use the installers but so far it's not possible.This causes confusion among users (especially since you migrate from 243 EAP to 243 and build gets broken — it's not easy to figure out that it's the implicit property that gets switched between these).
I suggest us to automatically disable
useInstaller
for Rider, unless it's been explicitly passed asuseInstaller = true
(while I never seen cases when it's used and works, theoretically it's possible for some very light usages, e.g. when a plugin only depends a conditional XML file or something like that).Gradle IntelliJ Plugin version
2.2.0
Gradle version
8.12
Operating System
None
Link to build, i.e. failing GitHub Action job
No response
The text was updated successfully, but these errors were encountered: