Skip to content

Commit c4daa04

Browse files
authored
Update build.gradle (#74)
1 parent 38594c0 commit c4daa04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
project.ext {
8-
releaseMode = project.hasProperty("releaseMode")
8+
releaseMode = project.hasProperty("releaseMode") ? project.releaseMode.toBoolean() : false
99
publishRepo = "https://maven.pkg.github.com/reportportal/plugin-api"
1010
dependencyRepos = ["commons-model", "commons-rules", "commons-dao", "commons-bom"]
1111
}
@@ -41,8 +41,8 @@ dependencies {
4141
implementation 'com.epam.reportportal:commons-dao'
4242
api 'com.epam.reportportal:commons'
4343
} else {
44-
implementation 'com.github.reportportal:commons-dao:adbb40e'
45-
api 'com.github.reportportal:commons:6e23763'
44+
implementation 'com.github.reportportal:commons-dao:bb8ea46'
45+
api 'com.github.reportportal:commons:3dfb9d8'
4646
}
4747
api 'org.pf4j:pf4j:3.10.0'
4848
api 'org.pf4j:pf4j-update:2.3.0'

0 commit comments

Comments
 (0)