Skip to content

Commit

Permalink
Update maven's
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Dec 2, 2024
1 parent 21fac01 commit 639e255
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ subprojects {
maven("https://maven.shedaniel.me/") // Cloth Config, REI
maven("https://maven.blamejared.com/") // JEI, Carry On
maven("https://maven.parchmentmc.org") // Parchment mappings
maven("https://maven.ithundxr.dev/releases") // Steam 'n' Rails Releases
maven("https://maven.ithundxr.dev/snapshots") // Steam 'n' Rails Snapshots
maven("https://mvn.devos.one/snapshots/") // Create Fabric, Porting Lib, Forge Tags, Milk Lib, Registrate Fabric, Steam 'n' Rails
maven("https://mvn.devos.one/releases") // Porting Lib Releases, Steam 'n' Rails Releases
maven("https://maven.tterrag.com/") { // Flywheel
content {
// need to be specific here due to version overlaps
Expand Down
2 changes: 0 additions & 2 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ repositories {
// mavens for Create Fabric and dependencies
maven("https://api.modrinth.com/maven") // LazyDFU
maven("https://maven.terraformersmc.com/releases/") // Mod Menu
maven("https://mvn.devos.one/snapshots/") // Create Fabric, Porting Lib, Forge Tags, Milk Lib, Registrate Fabric
maven("https://mvn.devos.one/releases") // Porting Lib Releases
maven("https://raw.githubusercontent.com/Fuzss/modresources/main/maven/") // Forge config api port
maven("https://maven.cafeteria.dev/releases") // Fake Player API
maven("https://maven.jamieswhiteshirt.com/libs-release") // Reach Entity Attributes
Expand Down
2 changes: 0 additions & 2 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ repositories {
// mavens for Fabric-exclusives
maven("https://api.modrinth.com/maven") // LazyDFU
maven("https://maven.terraformersmc.com/releases/") // Mod Menu, EMI
maven("https://mvn.devos.one/snapshots/") // Create Fabric, Porting Lib, Forge Tags, Milk Lib, Registrate Fabric
maven("https://mvn.devos.one/releases") // Porting Lib Releases
maven("https://raw.githubusercontent.com/Fuzss/modresources/main/maven/") // Forge config api port
maven("https://maven.cafeteria.dev/releases") // Fake Player API
maven("https://maven.jamieswhiteshirt.com/libs-release") // Reach Entity Attributes
Expand Down

0 comments on commit 639e255

Please sign in to comment.