Skip to content

Commit

Permalink
[ci-skip] Change isSnapshot to true
Browse files Browse the repository at this point in the history
Signed-off-by: Ryder Belserion <no-reply@ryderbelserion.com>
  • Loading branch information
ryderbelserion committed May 11, 2024
1 parent a104a43 commit e0a27f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ plugins {

val buildNumber: String? = System.getenv("NEXT_BUILD_NUMBER")

rootProject.version = if (buildNumber != null) "2.3-$buildNumber" else "2.3"
rootProject.version = if (buildNumber != null) "2.4-$buildNumber" else "2.4"

val isSnapshot = false
val isSnapshot = true

val content: String = if (isSnapshot) {
formatLog(latestCommitHash(), latestCommitMessage(), rootProject.name)
Expand Down Expand Up @@ -81,4 +81,4 @@ hangarPublish {
}
}
}
}
}

0 comments on commit e0a27f5

Please sign in to comment.