Skip to content

Commit c2c523e

Browse files
committed
fix: wrong build-info file name
1 parent d443875 commit c2c523e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperweight-lib/src/main/kotlin/io/papermc/paperweight/tasks/CreateLeavesclipJar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ abstract class CreateLeavesclipJar : JavaLauncherZippedTask() {
334334
}
335335

336336
companion object {
337-
const val FILE = "META-INF/version-data"
337+
const val FILE = "META-INF/build-info"
338338
}
339339
}
340340
}

0 commit comments

Comments
 (0)