We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6efe3a1 + d8c15e1 commit f2dccd5Copy full SHA for f2dccd5
build.gradle
@@ -44,11 +44,11 @@ ext['junit-jupiter.version'] = "${junitVersion}"
44
45
dependencies {
46
if (releaseMode) {
47
- implementation 'com.github.reportportal:commons-dao:71ef80c'
+ implementation 'com.epam.reportportal:commons-dao'
48
implementation 'com.epam.reportportal:plugin-api'
49
annotationProcessor 'com.epam.reportportal:plugin-api'
50
} else {
51
52
53
54
}
0 commit comments