Skip to content

Commit

Permalink
Update project-properties.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters authored Jan 8, 2025
1 parent e47b0f9 commit 32ee256
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 @@ -13,7 +13,7 @@ project.ext {
'class' : 90
]
isDebugMode = System.getProperty("DEBUG", "false") == "true"
releaseMode = project.hasProperty("releaseMode")
releaseMode = project.hasProperty("releaseMode") ? project.releaseMode : false
scriptsUrl = commonScriptsUrl + (releaseMode ? '5.12.0' : 'develop')
migrationsUrl = migrationsScriptsUrl + (releaseMode ? '5.13.0' : 'develop')
//TODO refactor with archive download
Expand Down

0 comments on commit 32ee256

Please sign in to comment.