Skip to content

Commit

Permalink
Update dependencies: set default CUBA version as 7.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavrilov-Ivan committed Jan 28, 2025
1 parent bdceef4 commit 5368480
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 @@ -16,7 +16,7 @@
*/

buildscript {
ext.cubaVersion = rootProject.hasProperty('cubaVersion') ? rootProject['cubaVersion'] : '7.2-SNAPSHOT'
ext.cubaVersion = rootProject.hasProperty('cubaVersion') ? rootProject['cubaVersion'] : '7.2.22'
repositories {

mavenLocal()
Expand Down

0 comments on commit 5368480

Please sign in to comment.