diff options
author | makamys <makamys@outlook.com> | 2021-05-20 03:22:58 +0200 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2021-05-20 03:22:58 +0200 |
commit | 4f42f761fd6a6511c0dfb34c15acca7f5b5e67c2 (patch) | |
tree | 8df703f0f7d34e3e23271d923942d959734b07ed | |
parent | 398b7a5f4af4a5df575561fba78a8e108485bd40 (diff) | |
download | Neodymium-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.gradle | 2 |
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" |