Skip to content

Commit

Permalink
Update to new urls
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3-M4513R committed Jun 5, 2024
1 parent b2390d7 commit bdedcf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ version = System.getenv("VERSION") ?: 'dev-env'

repositories {
mavenCentral()
maven { url = 'https://nexus.c0d3m4513r.com/repository/Ketting/' }
maven { url = 'https://nexus.c0d3m4513r.com/repository/Forge/' }
maven { url = 'https://nexus.c0d3m4513r.com/Ketting/' }
maven { url = 'https://nexus.c0d3m4513r.com/Forge/' }
// mavenLocal()
}

Expand Down Expand Up @@ -128,7 +128,7 @@ publishing {
username = System.getenv("KETTINGUSERNAME")
password = System.getenv("KETTINGPASSWORD")
}
url = "https://nexus.c0d3m4513r.com/repository/Ketting/"
url = "https://reposilite.c0d3m4513r.com/Ketting/"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
import java.util.List;

public final class AvailableMavenRepos {
public static final String SERVER_RELEASES = "https://nexus.c0d3m4513r.com/repository/Ketting-Server-Releases/";
public static final String SERVER_RELEASES = "https://reposilite.c0d3m4513r.com/Ketting-Server-Releases/";
static {
List<String> instance = new ArrayList<>();
if (KettingLauncher.Bundled) instance.add("file://"+System.getProperty("user.home")+"/.m2/repository/");
instance.add("https://nexus.c0d3m4513r.com/repository/Ketting/");
instance.add("https://reposilite.c0d3m4513r.com/Ketting/");
instance.add(SERVER_RELEASES);
instance.add("https://nexus.c0d3m4513r.com/repository/Magma/");
instance.add("https://reposilite.c0d3m4513r.com/Magma/");
instance.add("https://repo1.maven.org/maven2/");
instance.add("https://libraries.minecraft.net/");
instance.add("https://maven.minecraftforge.net/");
Expand Down

0 comments on commit bdedcf2

Please sign in to comment.