Skip to content

Commit

Permalink
use modrinth maven instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Fourmisain committed May 27, 2024
1 parent b9613d0 commit 8d5662a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ base {
}

repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
maven { url 'https://maven.shedaniel.me/' }
maven { url 'https://maven.terraformersmc.com/' }
maven { url 'https://jitpack.io' }
Expand All @@ -37,9 +48,7 @@ dependencies {
}

modCompileOnly "com.github.Fourmisain:fabric-seasons:jitpack-SNAPSHOT"
modCompileOnly("com.github.Fourmisain:FrozenLib:jitpack-SNAPSHOT") {
exclude(group: "com.github.glitchfiend")
}
modCompileOnly "maven.modrinth:frozenlib:1.7.2-mc1.20.6"
}

processResources {
Expand Down

0 comments on commit 8d5662a

Please sign in to comment.