Skip to content

Commit 5f12f4d

Browse files
committed
update url
1 parent c30d169 commit 5f12f4d

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

gradle/scripts/dependencies.gradle

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@ apply from: 'gradle/scripts/helpers.gradle'
22

33
repositories {
44
maven {
5-
name 'CleanroomMC'
6-
url 'https://maven.cleanroommc.com'
5+
name = 'CleanroomMC'
6+
url = 'https://maven.cleanroommc.com'
77
}
88
maven {
9-
name 'CurseMaven'
10-
url 'https://curse.cleanroommc.com'
9+
name = 'CurseMaven'
10+
url = 'https://cursemaven.com'
1111
}
1212
maven {
13-
name 'Modrinth'
14-
url 'https://api.modrinth.com/maven'
13+
name = 'CleanroomCurseMaven'
14+
url = 'https://curse.cleanroommc.com'
15+
}
16+
maven {
17+
name = 'Modrinth'
18+
url = 'https://api.modrinth.com/maven'
1519
}
1620
mavenCentral()
1721
mavenLocal() // Must be last for caching to work

0 commit comments

Comments
 (0)