Skip to content

Commit

Permalink
[ci-skip] chore: Remove project version from paper-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Apr 20, 2024
1 parent 5cb2434 commit 0c14c31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/paper-plugin.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
id("root-plugin")
}

project.version = if (System.getenv("BUILD_NUMBER") != null) "${rootProject.version}-${System.getenv("BUILD_NUMBER")}" else rootProject.version

dependencies {
paperweight.paperDevBundle("1.20.4-R0.1-SNAPSHOT")
}

0 comments on commit 0c14c31

Please sign in to comment.