Update to 171.SNAPSHOT to pick up fix for IDEA-169570; fix compilation
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user