Skip to content

Commit

Permalink
Update build.gradle (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters authored Jan 8, 2025
1 parent 38594c0 commit c4daa04
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 @@ -5,7 +5,7 @@ plugins {
}

project.ext {
releaseMode = project.hasProperty("releaseMode")
releaseMode = project.hasProperty("releaseMode") ? project.releaseMode.toBoolean() : false
publishRepo = "https://maven.pkg.github.com/reportportal/plugin-api"
dependencyRepos = ["commons-model", "commons-rules", "commons-dao", "commons-bom"]
}
Expand Down Expand Up @@ -41,8 +41,8 @@ dependencies {
implementation 'com.epam.reportportal:commons-dao'
api 'com.epam.reportportal:commons'
} else {
implementation 'com.github.reportportal:commons-dao:adbb40e'
api 'com.github.reportportal:commons:6e23763'
implementation 'com.github.reportportal:commons-dao:bb8ea46'
api 'com.github.reportportal:commons:3dfb9d8'
}
api 'org.pf4j:pf4j:3.10.0'
api 'org.pf4j:pf4j-update:2.3.0'
Expand Down

0 comments on commit c4daa04

Please sign in to comment.