Skip to content

Commit

Permalink
EPMRPP-91776 update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Jul 9, 2024
1 parent 09bd03b commit ac98a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
if (releaseMode) {
compile 'com.epam.reportportal:commons'
} else {
api 'com.github.reportportal:commons:f4c73c1'
api 'com.github.reportportal:commons:a6b1156'
}

implementation 'io.swagger.core.v3:swagger-annotations:2.2.9'
Expand Down
3 changes: 1 addition & 2 deletions project-properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ project.ext {
releaseMode = project.hasProperty("releaseMode")
hasDBSchema = project.hasProperty("DB_SCHEMA_POSTGRES")
scriptsUrl = commonScriptsUrl + (releaseMode ? getProperty('scripts.version') : 'develop')
migrationsUrl = migrationsScriptsUrl + (releaseMode ? getProperty('migrations.version') : 'EPMRPP-91776-users-table')

migrationsUrl = migrationsScriptsUrl + (releaseMode ? getProperty('migrations.version') : 'feature/orgs')
//TODO refactor with archive download
testScriptsSrc = [
(migrationsUrl + '/migrations/0_extensions.up.sql') : 'V001__extensions.sql',
Expand Down

0 comments on commit ac98a61

Please sign in to comment.