Skip to content

Commit 2b8dc4b

Browse files
committed
upgrade to beta8
1 parent 64ece11 commit 2b8dc4b

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

build.gradle.kts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,6 @@ tasks {
217217

218218
prepareSandbox {
219219

220-
/*
221-
sometimes runIde fails with this error:
222-
Execution failed for task ':prepareSandbox'.
223-
> 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.
224-
> 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
225-
*/
226-
doNotTrackState("prepareSandbox needs to re-run every time")
227-
228220
//copy rider dlls to the plugin sandbox, so it is packaged in the zip
229221
from(configurations.getByName("riderDotNetObjects")) {
230222
into("${rootProject.name}/dotnet/")
@@ -371,4 +363,4 @@ tasks {
371363
filter<ReplaceTokens>("tokens" to tokens)
372364
}
373365
}
374-
}
366+
}

common-build-logic/src/main/kotlin/common/BuildProfile.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ object BuildProfiles {
173173

174174
profile = Profile.p241,
175175
platformVersion = "2024.1.4",
176-
riderVersion = "2024.1.3",
177-
pycharmVersion = "2024.1.3",
176+
riderVersion = "2024.1.4",
177+
pycharmVersion = "2024.1.4",
178178
riderTargetFramework = "net8.0",
179179
riderResharperVersionConstant = "PROFILE_2023_2",
180180
platformVersionCode = "241",
@@ -190,15 +190,15 @@ object BuildProfiles {
190190

191191
isEAP = true,
192192
profile = Profile.p242,
193-
platformVersion = "242.18071-EAP-CANDIDATE-SNAPSHOT",
194-
riderVersion = "2024.2-EAP4-SNAPSHOT",
193+
platformVersion = "242.19533-EAP-CANDIDATE-SNAPSHOT",
194+
riderVersion = "2024.2-EAP5-SNAPSHOT",
195195
pycharmVersion = "242-EAP-SNAPSHOT",
196196
riderTargetFramework = "net8.0",
197197
riderResharperVersionConstant = "PROFILE_2023_2",
198198
platformVersionCode = "242",
199199
pluginSinceBuild = "242",
200200
pluginUntilBuild = "242.*",
201-
kotlinTarget = KotlinVersion.KOTLIN_1_9.version, //todo: maybe need to upgrade to 2.0
201+
kotlinTarget = KotlinVersion.KOTLIN_1_9.version,
202202
javaVersion = JavaVersion.VERSION_17.majorVersion,
203203
)
204204

0 commit comments

Comments
 (0)