Update to 171.SNAPSHOT to pick up fix for IDEA-169570; fix compilation

This commit is contained in:
Dmitry Jemerov
2017-03-15 17:31:43 +01:00
parent 1d29c81346
commit 12fc89f35d
6 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
<import file="common.xml" optional="false"/>
<property name="automerge_dummy" value="This property is used to trick git merge. Do not delete empty lines around."/>
<property name="ideaVersion" value="171.2613.7"/>
<property name="ideaVersion" value="171-SNAPSHOT"/>
<property name="idea.kotlin.branch" value="rc"/>
@@ -48,7 +48,7 @@
<target name="update" depends="fetch-third-party,fetch-annotations" description="Update dependencies">
<execute_update_with_idea_maven_artifacts
base.url="https://www.jetbrains.com/intellij-repository/releases/com/jetbrains/intellij/idea"
base.url="https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea"
idea.maven.version="${ideaVersion}"/>
</target>
@@ -60,7 +60,7 @@
<target name="jb_update" depends="fetch-third-party,fetch-annotations" description="Update dependencies for JB local network">
<execute_update_with_idea_maven_artifacts
base.url="http://jetbrains-com-mirror.labs.intellij.net/intellij-repository/releases/com/jetbrains/intellij/idea"
base.url="http://jetbrains-com-mirror.labs.intellij.net/intellij-repository/snapshots/com/jetbrains/intellij/idea"
idea.maven.version="${ideaVersion}"/>
</target>