Skip to content

Commit fb97643

Browse files
committed
Update build.gradle and use official maven for customportalapi
1 parent 6745df4 commit fb97643

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ repositories {
1919
// for more information about repositories.
2020

2121
maven { url = 'https://maven.nucleoid.xyz/' }
22-
maven { url = 'https://maven.raeven.fr/releases' }
22+
// maven { url = 'https://maven.raeven.fr/releases' }
23+
maven {url = "https://maven.kyrptonaught.dev"}
2324
mavenCentral()
2425
}
2526

0 commit comments

Comments
 (0)