Skip to content

Commit

Permalink
change maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Apr 28, 2021
1 parent 2104355 commit 5c91d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
buildscript {
repositories {
gradlePluginPortal()
maven {url = "http://files.minecraftforge.net/maven"}
maven {url = 'https://maven.minecraftforge.net/'}
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:4.0.4'
Expand All @@ -22,7 +22,7 @@ compileJava {
}

repositories {
maven { url = 'https://files.minecraftforge.net/maven' }
maven { url = 'https://maven.minecraftforge.net/' }
mavenCentral()
maven {
url "https://libraries.minecraft.net/"
Expand Down Expand Up @@ -114,4 +114,4 @@ jar {
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
])
}
}
}

0 comments on commit 5c91d4f

Please sign in to comment.