Skip to content

Commit 069f672

Browse files
committed
Fix fabric-loom not using the provided version
1 parent 8145b94 commit 069f672

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
kotlin("jvm")
3-
id("fabric-loom")
3+
id("fabric-loom").version("1.0-SNAPSHOT")
44
`maven-publish`
55
java
66
}

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
kotlin.code.style=official
22
archives_base_name=fabric-example-mod
33
maven_group=net.fabricmc
4-
loom_version=1.0-SNAPSHOT
54
minecraft_version=1.19.2
65
yarn_mappings=1.19.2+build.8
76
loader_version=0.14.9

0 commit comments

Comments
 (0)