Skip to content

Commit 334f8f3

Browse files
committed
revert: fix windows file locking issue
1 parent 1082d85 commit 334f8f3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ allprojects {
7676
jvmArgs("-XX:ErrorFile=${rootProject.file("build/reports").absolutePath}/hs_err_pid%p.log")
7777
if (System.getProperty("os.name").contains("Windows")) {
7878
jvmArgs("-XX:OnError=powershell.exe ${rootProject.file("dump.ps1")}")
79-
// Add Windows-specific JVM args to handle file locking
80-
jvmArgs("-Djava.io.tmpdir=${System.getProperty("java.io.tmpdir")}")
81-
jvmArgs("-XX:+UnlockExperimentalVMOptions")
8279
} else {
8380
jvmArgs("-XX:OnError=ps auxww")
8481
}

buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ object IdeVersions {
105105
Profile(
106106
name = "2025.1",
107107
gateway = ProductProfile(
108-
sdkVersion = "251.23774.317",
108+
sdkVersion = "251.27812.81",
109109
bundledPlugins = listOf("org.jetbrains.plugins.terminal")
110110
),
111111
community = ProductProfile(

0 commit comments

Comments
 (0)