Skip to content

Commit 379a2ac

Browse files
authored
Fix build.gradle.kts (#69)
* Fix Exploits * Fix build.gradle.kts * Fix build.gradle.kts --------- Signed-off-by: IPECTER 이팩터 <80433772+IPECTER@users.noreply.github.com>
1 parent 6343f61 commit 379a2ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
java
66
`maven-publish`
77
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
8-
id("io.papermc.paperweight.patcher") version "1.5.5"
8+
id("io.papermc.paperweight.patcher") version "1.5.10"
99
}
1010

1111
repositories {
@@ -18,7 +18,7 @@ repositories {
1818
}
1919

2020
dependencies {
21-
remapper("net.fabricmc:tiny-remapper:0.8.7:fat")
21+
remapper("net.fabricmc:tiny-remapper:0.8.11:fat")
2222
decompiler("net.minecraftforge:forgeflower:2.0.627.2")
2323
paperclip("io.papermc:paperclip:3.0.3")
2424
}
@@ -138,4 +138,4 @@ tasks {
138138
}
139139
}
140140
}
141-
}
141+
}

0 commit comments

Comments
 (0)