Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
[fix] Changed dep urls to https (kami-blue#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
IUDevman authored Feb 5, 2021
1 parent bc5d4b9 commit 5ee0398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {

maven {
name = 'forge'
url = 'http://files.minecraftforge.net/maven'
url = 'https://files.minecraftforge.net/maven'
}

maven {
Expand Down Expand Up @@ -59,7 +59,7 @@ repositories {
}
maven {
name = 'swt-repo'
url = "http://maven-eclipse.github.io/maven"
url = "https://maven-eclipse.github.io/maven"
}
maven {
name = "jitpack.io"
Expand Down

0 comments on commit 5ee0398

Please sign in to comment.