Skip to content

Commit

Permalink
Update mavens to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Apr 1, 2019
1 parent aa76538 commit 7b4bbad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
@@ -1,7 +1,7 @@
buildscript {
repositories {
jcenter()
maven { url = "http://files.minecraftforge.net/maven" }
maven { url = "https://files.minecraftforge.net/maven" }
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
Expand Down Expand Up @@ -46,15 +46,15 @@ compileJava {
repositories {
maven {
name 'DVS1 Maven FS'
url 'http://dvs1.progwml6.com/files/maven'
url 'https://dvs1.progwml6.com/files/maven'
}
maven {
name 'tterrag'
url 'http://maven.tterrag.com/'
url 'https://maven.tterrag.com/'
}
maven {
name 'Jared'
url 'http://maven.blamejared.com/'
url 'https://maven.blamejared.com/'
}
}

Expand Down

0 comments on commit 7b4bbad

Please sign in to comment.