Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Commit b3dd9f2

Browse files
committed
Update build.gradle to replace GH Packages with Ultreon Maven
1 parent 3fb8462 commit b3dd9f2

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

build.gradle

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ repositories {
2020
// for more information about repositories.
2121
mavenCentral()
2222

23-
maven {
24-
url = uri("https://maven.pkg.github.com/Ultreon/scriptic-lang")
25-
credentials {
26-
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
27-
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
28-
}
29-
}
30-
3123
maven { url "https://maven.fabricmc.net/" }
3224

3325
maven { url "https://jitpack.io" }
@@ -37,9 +29,8 @@ repositories {
3729
maven { url 'https://s01.oss.sonatype.org/content/repositories/releases/' }
3830

3931
// At bottom to prevent download errors
40-
maven {
41-
url = uri("https://maven.ultreon.dev/releases")
42-
}
32+
maven { url = uri("https://maven.ultreon.dev/releases") }
33+
maven { url = uri("https://maven.ultreon.dev/snapshots") }
4334
}
4435

4536
sourceSets {

0 commit comments

Comments
 (0)