mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-09-18 21:45:56 +00:00
Use https for Maven download.
This commit is contained in:
parent
1847da75fe
commit
5861ac0967
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ public class Builder
|
|||
File mvnTemp = new File( "mvn.zip" );
|
||||
mvnTemp.deleteOnExit();
|
||||
|
||||
download( "http://static.spigotmc.org/maven/apache-maven-3.2.5-bin.zip", mvnTemp );
|
||||
download( "https://static.spigotmc.org/maven/apache-maven-3.2.5-bin.zip", mvnTemp );
|
||||
unzip( mvnTemp, new File( "." ) );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue