Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Aug 22, 2024
1 parent ddf62c6 commit c0aef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tasks {
}
Files.copy(
file("origins/build/libs/origins-${subProject.version}-all.jar").toPath().toAbsolutePath(),
targetJarDirectory.resolve("originspaper-mc1.${subProject.version}.jar"),
targetJarDirectory.resolve("originspaper-mc${subProject.version}.jar"),
StandardCopyOption.REPLACE_EXISTING
)
}
Expand Down

0 comments on commit c0aef76

Please sign in to comment.