aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormakamys <makamys@outlook.com>2021-05-20 03:22:58 +0200
committermakamys <makamys@outlook.com>2021-05-20 03:22:58 +0200
commit4f42f761fd6a6511c0dfb34c15acca7f5b5e67c2 (patch)
tree8df703f0f7d34e3e23271d923942d959734b07ed
parent398b7a5f4af4a5df575561fba78a8e108485bd40 (diff)
downloadNeodymium-4f42f761fd6a6511c0dfb34c15acca7f5b5e67c2.tar.gz
Neodymium-4f42f761fd6a6511c0dfb34c15acca7f5b5e67c2.tar.bz2
Neodymium-4f42f761fd6a6511c0dfb34c15acca7f5b5e67c2.zip
Switch back to forge maven repo
Fixed gradle failing to run for me
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 7a18a70..5a3a3bf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ buildscript {
jcenter()
maven {
name = "forge"
- url = "https://repo.spongepowered.org/repository/forge-proxy/"
+ url = "http://files.minecraftforge.net/maven"
}
maven {
name = "sonatype"