Skip to content

Commit

Permalink
fix: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Feb 7, 2025
1 parent 47dc955 commit 4a3f12a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion root.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ preprocess {
}

subprojects {
val (_, minor) = name.split("-")[0].split(".")
val loader = when {
name.endsWith("-forge") -> "forge"
name.endsWith("-fabric") -> "fabric"
Expand Down

0 comments on commit 4a3f12a

Please sign in to comment.