File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
components/ide/jetbrains/backend-plugin Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments