Skip to content

Commit 0cebc3a

Browse files
committed
1
1 parent bebf429 commit 0cebc3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/ide/jetbrains/backend-plugin/BUILD.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ packages:
147147
- "build.sh"
148148
env:
149149
- JB_QUALIFIER=stable-rider
150-
- NO_VERIFY_JB_PLUGIN=${noVerifyJBPlugin}
150+
# Force skip plugin verification for Rider
151+
- NO_VERIFY_JB_PLUGIN=true
151152
config:
152153
commands:
153154
- ["mv", "build.gradle-stable.kts", "build.gradle.kts"]

0 commit comments

Comments
 (0)