Skip to content

Commit 639e255

Browse files
committed
Update maven's
1 parent 21fac01 commit 639e255

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ subprojects {
9292
maven("https://maven.shedaniel.me/") // Cloth Config, REI
9393
maven("https://maven.blamejared.com/") // JEI, Carry On
9494
maven("https://maven.parchmentmc.org") // Parchment mappings
95-
maven("https://maven.ithundxr.dev/releases") // Steam 'n' Rails Releases
96-
maven("https://maven.ithundxr.dev/snapshots") // Steam 'n' Rails Snapshots
95+
maven("https://mvn.devos.one/snapshots/") // Create Fabric, Porting Lib, Forge Tags, Milk Lib, Registrate Fabric, Steam 'n' Rails
96+
maven("https://mvn.devos.one/releases") // Porting Lib Releases, Steam 'n' Rails Releases
9797
maven("https://maven.tterrag.com/") { // Flywheel
9898
content {
9999
// need to be specific here due to version overlaps

common/build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ repositories {
3434
// mavens for Create Fabric and dependencies
3535
maven("https://api.modrinth.com/maven") // LazyDFU
3636
maven("https://maven.terraformersmc.com/releases/") // Mod Menu
37-
maven("https://mvn.devos.one/snapshots/") // Create Fabric, Porting Lib, Forge Tags, Milk Lib, Registrate Fabric
38-
maven("https://mvn.devos.one/releases") // Porting Lib Releases
3937
maven("https://raw.githubusercontent.com/Fuzss/modresources/main/maven/") // Forge config api port
4038
maven("https://maven.cafeteria.dev/releases") // Fake Player API
4139
maven("https://maven.jamieswhiteshirt.com/libs-release") // Reach Entity Attributes

fabric/build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ repositories {
4545
// mavens for Fabric-exclusives
4646
maven("https://api.modrinth.com/maven") // LazyDFU
4747
maven("https://maven.terraformersmc.com/releases/") // Mod Menu, EMI
48-
maven("https://mvn.devos.one/snapshots/") // Create Fabric, Porting Lib, Forge Tags, Milk Lib, Registrate Fabric
49-
maven("https://mvn.devos.one/releases") // Porting Lib Releases
5048
maven("https://raw.githubusercontent.com/Fuzss/modresources/main/maven/") // Forge config api port
5149
maven("https://maven.cafeteria.dev/releases") // Fake Player API
5250
maven("https://maven.jamieswhiteshirt.com/libs-release") // Reach Entity Attributes

0 commit comments

Comments
 (0)