Skip to content

Commit 5cf377f

Browse files
committed
feat: migration to MPS 2025.2
1 parent 368249d commit 5cf377f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildSrc/src/main/kotlin/org/modelix/CopyMps.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ fun Project.copyMps(): File {
180180
}
181181
}
182182

183+
// fix bin/mps64.vmoptions
184+
val vmOptionsFile = mpsHome.resolve("bin").resolve("mps64.vmoptions")
185+
vmOptionsFile.writeText(vmOptionsFile.readLines().filterNot { it.trim().startsWith("#") }.joinToString("n"))
186+
183187
println("Extracting MPS done.")
184188
return mpsHome
185189
}

0 commit comments

Comments
 (0)