diff --git a/build.gradle.kts b/build.gradle.kts index 0e6c3d7bea3..31d79d927ef 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -130,6 +130,7 @@ extra["versions.native-platform"] = "0.14" extra["versions.ant-launcher"] = "1.8.0" extra["versions.robolectric"] = "3.1" extra["versions.org.springframework"] = "4.2.0.RELEASE" +extra["versions.idea.NodeJS"] = "172.3757.32" val markdownVer = "4054 - Kotlin 1.0.2-dev-566".replace(" ", "%20") // fixed here, was last with "status:SUCCESS,tag:forKotlin" extra["markdownParserRepo"] = "https://teamcity.jetbrains.com/guestAuth/repository/download/IntelliJMarkdownParser_Build/$markdownVer/([artifact]_[ext]/)[artifact](.[ext])" diff --git a/ultimate/build.gradle.kts b/ultimate/build.gradle.kts index cff3d7c81c2..a41f26b4b0f 100644 --- a/ultimate/build.gradle.kts +++ b/ultimate/build.gradle.kts @@ -34,7 +34,8 @@ configureIntellijPlugin { "IntelliLang", "testng", "copyright", - "java-decompiler") + "java-decompiler", + "NodeJS:${rootProject.extra["versions.idea.NodeJS"]}") } val ideaProjectResources = project(":idea").the().sourceSets["main"].output.resourcesDir @@ -59,8 +60,6 @@ dependencies { compile(project(":idea:ide-common")) { isTransitive = false } compile(project(":idea:idea-gradle")) { isTransitive = false } - compile(ideaUltimatePreloadedDeps("*.jar", subdir = "nodejs_plugin/NodeJS/lib")) - testCompile(projectDist(":kotlin-test:kotlin-test-jvm")) testCompile(project(":idea:idea-test-framework")) { isTransitive = false } testCompile(project(":plugins:lint")) { isTransitive = false } @@ -118,6 +117,7 @@ afterEvaluate { compile(intellijPlugin("uml")) compile(intellijPlugin("JavaScriptLanguage")) compile(intellijPlugin("JavaScriptDebugger")) + compile(intellijPlugin("NodeJS")) testCompile(intellij { include("gson-*.jar") }) testRuntime(intellij()) testRuntime(intellijPlugin("properties")) diff --git a/ultimate/update_dependencies.xml b/ultimate/update_dependencies.xml index 9b4b0506e9e..d01154dc571 100644 --- a/ultimate/update_dependencies.xml +++ b/ultimate/update_dependencies.xml @@ -1,27 +1,10 @@ - - - - - - - - - - - - - - - + - - - - - + + \ No newline at end of file