Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
idiskyle committed Nov 22, 2024
1 parent 4de44fb commit 409d291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {

project.group = "com.microsoft.onnxruntime"
version = rootProject.file('../VERSION_NUMBER').text.trim()
def releaseVersionSuffix = "${System.getenv('releaseVersionSuffix')}"
def releaseVersionSuffix = "${System.getenv('ReleaseVersionSuffix')}"
if (releaseVersionSuffix != null && releaseVersionSuffix != "" && releaseVersionSuffix != "null") {
println "releaseVersionSuffix is not null: ${releaseVersionSuffix}"
version = "${version}${releaseVersionSuffix}"
Expand Down

0 comments on commit 409d291

Please sign in to comment.