Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters authored Jan 8, 2025
1 parent 38594c0 commit 7b59266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

project.ext {
releaseMode = project.hasProperty("releaseMode")
releaseMode = project.hasProperty("releaseMode") ? project.releaseMode.toBoolean() : false
publishRepo = "https://maven.pkg.github.com/reportportal/plugin-api"
dependencyRepos = ["commons-model", "commons-rules", "commons-dao", "commons-bom"]
}
Expand Down

0 comments on commit 7b59266

Please sign in to comment.