Drop useless tasks for getting mirrored snapshot artifacts (see ADM-9281)
This commit is contained in:
@@ -54,24 +54,12 @@
|
|||||||
idea.maven.version="141-SNAPSHOT"/>
|
idea.maven.version="141-SNAPSHOT"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="jb_update_continuous_141" depends="fetch-third-party,fetch-annotations">
|
|
||||||
<execute_update_with_idea_maven_artifacts
|
|
||||||
base.url="http://jetbrains-com-mirror.labs.intellij.net/intellij-repository/snapshots/com/jetbrains/intellij/idea"
|
|
||||||
idea.maven.version="141-SNAPSHOT"/>
|
|
||||||
</target>
|
|
||||||
|
|
||||||
<target name="update_continuous_142" depends="fetch-third-party,fetch-annotations">
|
<target name="update_continuous_142" depends="fetch-third-party,fetch-annotations">
|
||||||
<execute_update_with_idea_maven_artifacts
|
<execute_update_with_idea_maven_artifacts
|
||||||
base.url="https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea"
|
base.url="https://www.jetbrains.com/intellij-repository/snapshots/com/jetbrains/intellij/idea"
|
||||||
idea.maven.version="142-SNAPSHOT"/>
|
idea.maven.version="142-SNAPSHOT"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="jb_update_continuous_142" depends="fetch-third-party,fetch-annotations">
|
|
||||||
<execute_update_with_idea_maven_artifacts
|
|
||||||
base.url="http://jetbrains-com-mirror.labs.intellij.net/intellij-repository/snapshots/com/jetbrains/intellij/idea"
|
|
||||||
idea.maven.version="142-SNAPSHOT"/>
|
|
||||||
</target>
|
|
||||||
|
|
||||||
<macrodef name="get-maven-library">
|
<macrodef name="get-maven-library">
|
||||||
<attribute name="prefix"/>
|
<attribute name="prefix"/>
|
||||||
<attribute name="lib"/>
|
<attribute name="lib"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user