Skip to content

Commit

Permalink
Switch maven url to https
Browse files Browse the repository at this point in the history
  • Loading branch information
apangin committed Aug 16, 2020
1 parent 9d3425f commit feb1e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="test.dir" value="test"/>
<property name="lib.dir" value="lib"/>
<property name="target.jar" value="${build.dir}/${ant.project.name}.jar"/>
<property name="download.repo" value="http://repo1.maven.org/maven2"/>
<property name="download.repo" value="https://repo1.maven.org/maven2"/>
<property name="gcc.extra.args" value=""/>

<target name="init">
Expand Down

0 comments on commit feb1e8d

Please sign in to comment.