Skip to content

Commit

Permalink
Update project-properties.gradle (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters authored Jan 8, 2025
1 parent d9447d5 commit 629c56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def commonScriptsUrl = 'https://raw.githubusercontent.com/reportportal/gradle-sc
project.ext {
publishRepo = "https://maven.pkg.github.com/reportportal/service-authorization"
dependencyRepos = ["commons-dao", "commons-rules", "commons-model", "commons-bom"]
releaseMode = project.hasProperty("releaseMode")
releaseMode = project.hasProperty("releaseMode") ? project.releaseMode.toBoolean() : false
scriptsUrl = commonScriptsUrl + (releaseMode ? '5.12.0' : 'develop')
isDebugMode = System.getProperty("DEBUG", "false") == "true"
}
Expand Down

0 comments on commit 629c56a

Please sign in to comment.