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
//we need to supply a jetbrains runtime to runIde because we use maven artifacts for IDE
88
-
// downloads, see in gradle.properties useBinaryReleases=false
89
-
jetbrainsRuntime()
90
85
pluginVerifier()
91
86
zipSigner()
92
87
}
@@ -218,14 +213,6 @@ tasks {
218
213
219
214
prepareSandbox {
220
215
221
-
/*
222
-
sometimes runIde fails with this error:
223
-
Execution failed for task ':prepareSandbox'.
224
-
> Cannot access output property '$1$4' of task ':prepareSandbox'. Accessing unreadable inputs or outputs is not supported. Declare the task as untracked by using Task.doNotTrackState(). For more information, please refer to https://docs.gradle.org/8.8/userguide/incremental_build.html#sec:disable-state-tracking in the Gradle documentation.
225
-
> java.io.IOException: Cannot snapshot /home/shalom/workspace/digma/digma-intellij-plugin/build/idea-sandbox/IC-2024.1.3/system/jcef_cache/SingletonSocket: not a regular file
226
-
*/
227
-
doNotTrackState("prepareSandbox needs to re-run every time")
228
-
229
216
//copy rider dlls to the plugin sandbox, so it is packaged in the zip
0 commit comments