Skip to content

Commit 4a3f12a

Browse files
committed
fix: Remove unused variable
1 parent 47dc955 commit 4a3f12a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

root.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ preprocess {
4848
}
4949

5050
subprojects {
51-
val (_, minor) = name.split("-")[0].split(".")
5251
val loader = when {
5352
name.endsWith("-forge") -> "forge"
5453
name.endsWith("-fabric") -> "fabric"

0 commit comments

Comments
 (0)