Skip to content

Commit

Permalink
v2023.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Mar 30, 2023
1 parent b359a36 commit d5a915c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {


group = "com.emberjs"
version = "2022.4.1"
version = "2023.1.0"

// Configure project's dependencies
repositories {
Expand All @@ -32,7 +32,7 @@ intellij {

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

downloadSources.set(!System.getenv().containsKey("CI"))
Expand All @@ -42,7 +42,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", "org.jetbrains.plugins.yaml", "com.dmarcotte.handlebars:223.7571.117"))
plugins.set(listOf("JavaScript", "com.intellij.css", "org.jetbrains.plugins.yaml", "com.dmarcotte.handlebars:231.8109.91"))

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

0 comments on commit d5a915c

Please sign in to comment.