Skip to content

Commit

Permalink
Apply version properly to jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jan 30, 2025
1 parent ac03b5d commit 88625e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
id("paper-plugin")
}

project.version = rootProject.version

repositories {
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")

Expand Down Expand Up @@ -61,7 +63,7 @@ tasks {

processResources {
inputs.properties("name" to rootProject.name)
inputs.properties("version" to rootProject.version)
inputs.properties("version" to project.version)
inputs.properties("group" to rootProject.group)
inputs.properties("authors" to rootProject.properties["authors"].toString())
inputs.properties("apiVersion" to libs.versions.minecraft.get())
Expand Down

0 comments on commit 88625e4

Please sign in to comment.