Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from C0D3-M4513R/master
Browse files Browse the repository at this point in the history
Update Repository
  • Loading branch information
TonimatasDEV authored Jun 7, 2024
2 parents 08c9be6 + 4eabda4 commit a161a07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
repositories {
mavenLocal()
maven { url = 'https://nexus.c0d3m4513r.com/repository/Magma/' }
maven { url = 'https://reposilite.c0d3m4513r.com/Magma/' }
maven { url = 'https://maven.minecraftforge.net/' }
jcenter()
mavenCentral()
Expand Down Expand Up @@ -90,7 +90,7 @@ project(':clean') {
compileJava.sourceCompatibility = compileJava.targetCompatibility = sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.

repositories {
maven { url = 'https://nexus.c0d3m4513r.com/repository/Magma/' }
maven { url = 'https://reposilite.c0d3m4513r.com/Magma/' }
mavenCentral()
maven { url = 'https://maven.minecraftforge.net/' }
maven {
Expand Down Expand Up @@ -197,7 +197,7 @@ project(':forge') {
eclipse.classpath.file.whenMerged { cls -> cls.entries.removeIf { e -> e instanceof SourceFolder && e.path.startsWith('src/') && !e.path.startsWith('src/main/') } }

repositories {
maven { url = 'https://nexus.c0d3m4513r.com/repository/Magma/' }
maven { url = 'https://reposilite.c0d3m4513r.com/Magma/' }
mavenCentral()
maven { url = 'https://maven.minecraftforge.net/' }
maven {
Expand Down
7 changes: 3 additions & 4 deletions src/main/resources/magma_libs.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@
},
{
"name": "net.minecraft:launchwrapper:1.12",
"repo": "https://nexus.c0d3m4513r.com/repository/Magma",
"md5": "ae0a689b7ed72e377618933bb9742916",
"md5_skip": true
"repo": "https://reposilite.c0d3m4513r.com/Minecraft",
"md5": "934b2d91c7c5be4a49577c9e6b40e8da",
},
{
"name": "org.apache.logging.log4j:log4j-api:2.17.2",
Expand Down Expand Up @@ -183,4 +182,4 @@
"md5": "d9b620971b2dc84d3b3cc4ad6aeccfbc"
}
]
}
}

0 comments on commit a161a07

Please sign in to comment.