Skip to content

Commit

Permalink
Change version scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Aug 22, 2024
1 parent 192ddae commit ddf62c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-mc$mcVer-$pluginVer.jar"),
targetJarDirectory.resolve("originspaper-mc1.${subProject.version}.jar"),
StandardCopyOption.REPLACE_EXISTING
)
}
Expand Down
2 changes: 1 addition & 1 deletion origins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = "me.dueris"
version = "${rootProject.extra["mcVer"]}-${rootProject.extra["pluginVer"]}"
version = "1.${rootProject.extra["mcMajorVer"]}-${rootProject.extra["pluginVer"]}"
description = "Bringing the Origins Mod to PaperMC"

println("Loaded subproject \"${project.name}\" with version {$version}")
Expand Down

0 comments on commit ddf62c6

Please sign in to comment.