File tree 1 file changed +2
-0
lines changed
components/ide/jetbrains/backend-plugin
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ packages:
152
152
config :
153
153
commands :
154
154
- ["rm", "-rf", "src/main/kotlin/io/gitpod/jetbrains/remote/GitpodMetricControlProvider.kt"]
155
+ - ["rm", "-rf", "src/main/kotlin/io/gitpod/jetbrains/remote/common"]
155
156
- ["mv", "build.gradle-stable.kts", "build.gradle.kts"]
156
157
- ["./build.sh", "${__git_commit}"]
157
158
- name : plugin-latest-rider
@@ -184,6 +185,7 @@ packages:
184
185
config :
185
186
commands :
186
187
- ["rm", "-rf", "src/main/kotlin/io/gitpod/jetbrains/remote/GitpodMetricControlProvider.kt"]
188
+ - ["rm", "-rf", "src/main/kotlin/io/gitpod/jetbrains/remote/common"]
187
189
# TODO(hw): remove after 2024.2.* is stable
188
190
- ["mv", "build.gradle-latest.kts", "build.gradle.kts"]
189
191
- - "bash"
You can’t perform that action at this time.
0 commit comments