Skip to content

Commit

Permalink
Adjusted tool version to version 2024.03
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii.kirkhmeier authored and qodana-bot committed Mar 5, 2024
1 parent 00bca75 commit e08d116
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 @@ -6,7 +6,7 @@ ext {
teamcityVersion = project.hasProperty('teamcityVersion') ? property('teamcityVersion') : '2022.10'
awsCoreVersion = findProperty('awsCoreVersion') ?: teamcityVersion ?: 'SNAPSHOT'
teamcityS3SDKVersion = project.hasProperty('teamcityS3SDKVersion') ? property('teamcityS3SDKVersion') : teamcityVersion
migrationToolVersion = project.hasProperty('migrationToolVersion') ? property('migrationToolVersion') : '2023.03.tcbuildtag'
migrationToolVersion = project.hasProperty('migrationToolVersion') ? property('migrationToolVersion') : '2024.03.tcbuildtag'
shouldIncludeMigrationTool = project.hasProperty('shouldIncludeMigrationTool') ? property('shouldIncludeMigrationTool') : false
spaceUsername = findProperty("space.repository.user") ?: findProperty("spaceUsername")
spacePassword = findProperty("space.repository.password") ?: findProperty("spacePassword")
Expand Down

0 comments on commit e08d116

Please sign in to comment.