Skip to content

Commit 40a9e40

Browse files
committed
updated Weave plugin to latest
1 parent 26d22ae commit 40a9e40

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

build.gradle.kts

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

66
group = "com.example"
77
version = "1.0"
88

9-
repositories {
10-
mavenCentral()
11-
mavenLocal()
12-
maven("https://jitpack.io")
13-
}
14-
15-
dependencies {
16-
implementation("com.github.weave-mc:Weave-Loader:e92617f4e2")
17-
}
18-
199
minecraft {
2010
version.set("1.8.9")
2111
}

0 commit comments

Comments
 (0)