Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Fourmisain committed May 27, 2024
1 parent cc08b7b commit b9613d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ dependencies {
}

modCompileOnly "com.github.Fourmisain:fabric-seasons:jitpack-SNAPSHOT"

// TODO frozenlib jitpack build fails, same with local builds...?!
//modCompileOnly "com.github.Fourmisain:FrozenLib:depends-SNAPSHOT"
modCompileOnly files("frozenlib-1.7.2-mc1.20.6.jar")
modCompileOnly("com.github.Fourmisain:FrozenLib:jitpack-SNAPSHOT") {
exclude(group: "com.github.glitchfiend")
}
}

processResources {
Expand Down

0 comments on commit b9613d0

Please sign in to comment.