Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Sep 24, 2024
1 parent 178cf0f commit ec84fde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ apply from: scriptsUrl + '/signing.gradle'

repositories {
mavenCentral { url "https://repo1.maven.org/maven2" }
maven { url 'https://jitpack.io' }
if (!releaseMode) {
maven { url 'https://jitpack.io' }
}
}

configurations {
Expand All @@ -34,7 +36,7 @@ dependencyManagement {
dependencies {

if (releaseMode) {
implementation 'com.github.reportportal:commons-dao:acf1ec7'
implementation 'com.epam.reportportal:commons-dao'
implementation("com.epam.reportportal:plugin-api")
annotationProcessor 'com.epam.reportportal:plugin-api'
} else {
Expand Down

0 comments on commit ec84fde

Please sign in to comment.