Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Mar 14, 2024
1 parent c3418ac commit 9e876e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ repositories {
}

dependencies {
compileOnly 'com.epam.reportportal:client-java:5.2.5'
compileOnly 'ch.qos.logback:logback-classic:1.3.12'
compileOnly "com.epam.reportportal:client-java:${client_version}"
compileOnly "ch.qos.logback:logback-classic:${logback_version}"

testImplementation "com.epam.reportportal:client-java:${client_version}"
testImplementation "ch.qos.logback:logback-classic:${logback_version}"
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation('org.awaitility:awaitility:4.0.2') {
exclude group: 'org.hamcrest'
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version=5.2.2-SNAPSHOT
description=EPAM Report portal. Logback Integration
scripts_url=https://raw.githubusercontent.com/reportportal/gradle-scripts
scripts_branch=master
client_version=5.2.5
logback_version=1.3.12
junit_version=5.6.3
junit_runner_version=1.6.3
mockito_version=3.3.3
Expand Down

0 comments on commit 9e876e8

Please sign in to comment.