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 9dcb96f commit 664c594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ dependencyManagement {
dependencies {

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

hello("com.apollographql.apollo3:apollo-runtime:3.8.2")
Expand Down

0 comments on commit 664c594

Please sign in to comment.