Skip to content

Commit ac9e04e

Browse files
authored
back to mojo we go!
1 parent 29f819c commit ac9e04e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app_pojavlauncher/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,14 +270,14 @@ afterEvaluate {
270270
registrar.projectJarDependency project(":jre_lwjgl3glfw"), "components/lwjgl3"
271271

272272
if (System.getenv("NO_RUNTIME") == null) {
273-
def jreBuildRepository = "https://nightly.link/ThatMG393/android-openjdk-build-multiarch/workflows/build/";
273+
def jreBuildRepository = "https://nightly.link/MojoLauncher/android-openjdk-build-multiarch/workflows/build/";
274274

275275
registrar.onlineZipDependency jreBuildRepository+"buildjre8/jre8-pojav.zip", "ComponentRuntime8", "components/jre/"
276276
registrar.onlineZipDependency jreBuildRepository+"buildjre17-21/jre17-pojav.zip", "ComponentRuntime17", "components/jre-new"
277277
registrar.onlineZipDependency jreBuildRepository+"buildjre17-21/jre21-pojav.zip", "ComponentRuntime21", "components/jre-21"
278278
}
279279

280-
def cacioBuildRepository = "https://nightly.link/ThatMG393-2/%s/workflows/maven/master/caciocavallo.zip"
280+
def cacioBuildRepository = "https://nightly.link/MojoLauncher/%s/workflows/maven/master/caciocavallo.zip"
281281

282282
registrar.onlineJarDependency String.format(cacioBuildRepository, "caciocavallo"), "Caciocavallo", "components/caciocavallo"
283283
registrar.onlineJarDependency String.format(cacioBuildRepository, "caciocavallo17"), "Caciocavallo17", "components/caciocavallo17"

0 commit comments

Comments
 (0)