Skip to content

Commit

Permalink
uhm
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jan 15, 2025
1 parent 1a453bb commit 1817724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name=OneConfig
mod_id=oneconfig
version_major=1
version_minor=0
version_patch=0-alpha.55
version_patch=0-alpha.57

polyfrost.defaults.loom=3

Expand Down
3 changes: 1 addition & 2 deletions versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,13 @@ if (platform.isLegacyForge) { // Quick substitution for relaunch in dev env, so
all {
if (requested is ModuleComponentSelector) {
val module = (requested as ModuleComponentSelector)
if (module.group == "org.ow2.asm" && module.version != libs.asm.get().version) {
if (module.group == "org.ow2.asm" && module.version == "5.0.3") {
logger.warn("Substituting ${module.group}:${module.module}:${module.version} with ${libs.asm.get()}")
useTarget(module.group + ":" + module.module + ":" + libs.asm.get().version)
}
}
}
}
force(libs.asm.get())
}
}
}
Expand Down

0 comments on commit 1817724

Please sign in to comment.