File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,6 @@ allprojects {
76
76
jvmArgs(" -XX:ErrorFile=${rootProject.file(" build/reports" ).absolutePath} /hs_err_pid%p.log" )
77
77
if (System .getProperty(" os.name" ).contains(" Windows" )) {
78
78
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" )
82
79
} else {
83
80
jvmArgs(" -XX:OnError=ps auxww" )
84
81
}
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ object IdeVersions {
105
105
Profile (
106
106
name = " 2025.1" ,
107
107
gateway = ProductProfile (
108
- sdkVersion = " 251.23774.317 " ,
108
+ sdkVersion = " 251.27812.81 " ,
109
109
bundledPlugins = listOf (" org.jetbrains.plugins.terminal" )
110
110
),
111
111
community = ProductProfile (
You can’t perform that action at this time.
0 commit comments