Skip to content

Commit 6c2d03d

Browse files
committed
Fix build failing due to reversioned dependency
1 parent c12b5b2 commit 6c2d03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ dependencies {
565565

566566
compileOnlyApi 'org.jetbrains:annotations:24.1.0'
567567
annotationProcessor 'org.jetbrains:annotations:24.1.0'
568-
patchedMinecraft('net.minecraft:launchwrapper:1.17.2') {
568+
patchedMinecraft('net.minecraft:launchwrapper:1.12') {
569569
transitive = false
570570
}
571571

0 commit comments

Comments
 (0)