Skip to content

Commit

Permalink
Merge pull request minerllabs#447 from minerllabs/update_to_https
Browse files Browse the repository at this point in the history
Also pulling jar files through https.
  • Loading branch information
JoostHuizinga authored Feb 1, 2021
2 parents 4ddad19 + 198b979 commit ab12f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minerl/Malmo/Minecraft/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jcenter()
mavenCentral()
maven {
url = "http://files.minecraftforge.net/maven"
url = "https://files.minecraftforge.net/maven"
}
maven {
name = "sonatype"
Expand Down

0 comments on commit ab12f60

Please sign in to comment.