Skip to content

Commit 0884f9d

Browse files
committed
Turbo87#527 - update to intelliJ 2024.2
1 parent 4a6f36b commit 0884f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ intellij {
2727

2828
// see https://www.jetbrains.com/intellij-repository/releases/
2929
// and https://www.jetbrains.com/intellij-repository/snapshots/
30-
version.set("2024.1")
30+
version.set("2024.2")
3131
type.set("IU")
3232

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

4242
sandboxDir.set(project.rootDir.canonicalPath + "/.sandbox")
4343
}

0 commit comments

Comments
 (0)