Skip to content

Commit 7341ab1

Browse files
committed
Fix rider 2
1 parent 816a18f commit 7341ab1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ packages:
152152
config:
153153
commands:
154154
- ["rm", "-rf", "src/main/kotlin/io/gitpod/jetbrains/remote/GitpodMetricControlProvider.kt"]
155+
- ["rm", "-rf", "src/main/kotlin/io/gitpod/jetbrains/remote/common"]
155156
- ["mv", "build.gradle-stable.kts", "build.gradle.kts"]
156157
- ["./build.sh", "${__git_commit}"]
157158
- name: plugin-latest-rider
@@ -184,6 +185,7 @@ packages:
184185
config:
185186
commands:
186187
- ["rm", "-rf", "src/main/kotlin/io/gitpod/jetbrains/remote/GitpodMetricControlProvider.kt"]
188+
- ["rm", "-rf", "src/main/kotlin/io/gitpod/jetbrains/remote/common"]
187189
# TODO(hw): remove after 2024.2.* is stable
188190
- ["mv", "build.gradle-latest.kts", "build.gradle.kts"]
189191
- - "bash"

0 commit comments

Comments
 (0)