Skip to content

Commit

Permalink
Turbo87#527 - update to intelliJ 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MVB-zimmermq committed Sep 12, 2024
1 parent 4a6f36b commit 0884f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ intellij {

// see https://www.jetbrains.com/intellij-repository/releases/
// and https://www.jetbrains.com/intellij-repository/snapshots/
version.set("2024.1")
version.set("2024.2")
type.set("IU")

downloadSources.set(!System.getenv().containsKey("CI"))
Expand All @@ -37,7 +37,7 @@ intellij {
// Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
//
// com.dmarcotte.handlebars: see https://plugins.jetbrains.com/plugin/6884-handlebars-mustache/versions
plugins.set(listOf("JavaScript", "com.intellij.css", "yaml", "com.dmarcotte.handlebars:241.14494.150"))
plugins.set(listOf("JavaScript", "com.intellij.css", "yaml", "com.dmarcotte.handlebars:242.20224.159"))

sandboxDir.set(project.rootDir.canonicalPath + "/.sandbox")
}
Expand Down

0 comments on commit 0884f9d

Please sign in to comment.