Skip to content

Commit

Permalink
Update IntelliJ platform to 2022.2 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern authored Aug 9, 2022
1 parent b5ac1fa commit 3d53c04
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("2022.1")
version.set("2022.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("JavaScriptLanguage", "CSS", "yaml", "com.dmarcotte.handlebars:221.5080.224"))
plugins.set(listOf("JavaScriptLanguage", "CSS", "yaml", "com.dmarcotte.handlebars:222.3345.108"))

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

0 comments on commit 3d53c04

Please sign in to comment.