Skip to content

Commit 00d651c

Browse files
authored
Update build.gradle.kts
1 parent 5891d27 commit 00d651c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.gradle.kts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
java
3-
id("com.github.weave-mc.weave") version "3ad11a0fd5"
3+
id("com.github.weave-mc.weave") version ("3ad11a0fd5")
44
}
55

66
group = "com.example"
@@ -30,8 +30,3 @@ tasks.jar {
3030
"Weave-Entry" to "com.example.mod.ExampleMod"
3131
)
3232
}
33-
34-
minecraft {
35-
version = "1.8.9"
36-
mappings = "stable_22"
37-
}

0 commit comments

Comments
 (0)