Skip to content

Commit

Permalink
EPMRPP-86916 || Add release mode check
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKustau committed Jan 19, 2024
1 parent 204bcef commit 6773203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {

dependencyManagement {
imports {
mavenBom('com.epam.reportportal:commons-bom:5.10.0')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.10.0' : 'com.epam.reportportal:commons-bom:5.10.0')
}
}

Expand All @@ -40,9 +40,9 @@ dependencies {
compile 'com.epam.reportportal:commons-rules'
compile 'com.epam.reportportal:commons-dao'
} else {
compile 'com.github.reportportal:commons-dao:8cbb9219ed'
compile 'com.github.reportportal:commons-dao:d7b4ffb1e8'
compile 'com.github.reportportal:commons-model:83f012f'
compile 'com.github.reportportal:commons-rules:a1471fee37'
compile 'com.github.reportportal:commons-rules:61aef374ca'
}
compile 'org.pf4j:pf4j:2.4.0'

Expand Down

0 comments on commit 6773203

Please sign in to comment.