Skip to content

Commit f4164b5

Browse files
committed
Fixed travis build.
1 parent 6aace26 commit f4164b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<properties>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38-
<idea.ic.source>ideaIC-2016.2.3.tar.gz</idea.ic.source>
38+
<idea.ic.source>ideaIC-2016.2.5.tar.gz</idea.ic.source>
3939
<idea.ic.dir>${project.build.directory}/idea-IC</idea.ic.dir>
4040
<ij.plugin>true</ij.plugin>
4141
</properties>
@@ -75,7 +75,7 @@
7575
<!-- Download IDEA sources which are required to build the plugin-->
7676
<!-- For local testing, I included a copy target below and comment our the "get" -->
7777
<echo message="Downloading ${idea.ic.source} to ${project.build.directory}"/>
78-
<get src="http://download-cf.jetbrains.com/idea/${idea.ic.source}"
78+
<get src="https://download-cf.jetbrains.com/idea/${idea.ic.source}"
7979
dest="${project.build.directory}"
8080
verbose="false"
8181
usetimestamp="true"/>

0 commit comments

Comments
 (0)