We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a5889 commit f11a166Copy full SHA for f11a166
build.gradle.kts
@@ -35,13 +35,13 @@ dependencies {
35
// and https://www.jetbrains.com/intellij-repository/snapshots/
36
// https://plugins.jetbrains.com/plugin/6884-handlebars-mustache/versions/stable
37
intellijPlatform {
38
- plugins(listOf("com.dmarcotte.handlebars:243.15521.24"))
+ plugins(listOf("com.dmarcotte.handlebars:242.21829.3"))
39
bundledPlugins(listOf("JavaScript", "com.intellij.css", "org.jetbrains.plugins.yaml"))
40
pluginVerifier()
41
zipSigner()
42
instrumentationTools()
43
testFramework(TestFrameworkType.Platform)
44
- create(IntelliJPlatformType.IntellijIdeaUltimate, "243.15521.24")
+ create(IntelliJPlatformType.IntellijIdeaUltimate, "2024.2.4")
45
}
46
47
0 commit comments