File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212
1313
1414group = " com.emberjs"
15- version = " 2023.1.51 "
15+ version = " 2023.1.52 "
1616
1717// Configure project's dependencies
1818repositories {
@@ -22,6 +22,7 @@ dependencies {
2222 testImplementation(" org.jetbrains.kotlin:kotlin-test" )
2323 testImplementation(" org.assertj:assertj-core:3.23.1" )
2424 implementation(kotlin(" test" ))
25+ implementation(" org.codehaus.jettison:jettison:1.5.4" )
2526}
2627
2728// Configure gradle-intellij-plugin plugin.
@@ -31,7 +32,7 @@ intellij {
3132
3233 // see https://www.jetbrains.com/intellij-repository/releases/
3334 // and https://www.jetbrains.com/intellij-repository/snapshots/
34- version.set(" 2023.1.1 " )
35+ version.set(" 2023.1.4 " )
3536 type.set(" IU" )
3637
3738 downloadSources.set(! System .getenv().containsKey(" CI" ))
Original file line number Diff line number Diff line change 130130if [ " $cygwin " = " true" -o " $msys " = " true" ] ; then
131131 APP_HOME=` cygpath --path --mixed " $APP_HOME " `
132132 CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
133-
133+
134134 JAVACMD=` cygpath --unix " $JAVACMD " `
135135
136136 # We build the pattern for arguments to be converted via cygpath
You can’t perform that action at this time.
0 commit comments