Skip to content

Commit

Permalink
ReadMes update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Mar 27, 2024
1 parent a6daf24 commit e072ba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ dependencies {
testCompile "org.jbehave:jbehave-core:${jbehaveVersion}"
testCompile "org.jbehave:jbehave-navigator:${jbehaveVersion}"
testCompile 'com.epam.reportportal:agent-java-jbehave:5.3.2'
testCompile 'com.epam.reportportal:logger-java-logback:5.1.1'
testCompile 'com.epam.reportportal:logger-java-logback:5.2.2'
}
test {
Expand Down Expand Up @@ -252,7 +252,7 @@ To route your logs into Report Portal you should add `logger-java-logback` depen

```groovy
// inside 'dependencies' section
testCompile 'com.epam.reportportal:logger-java-logback:5.1.1'
testCompile 'com.epam.reportportal:logger-java-logback:5.2.2'
```

It should be already here if you used gradle configuration listed above.
Expand Down
4 changes: 2 additions & 2 deletions README_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ dependencies {
testCompile "org.jbehave:jbehave-core:${jbehaveVersion}"
testCompile "org.jbehave:jbehave-navigator:${jbehaveVersion}"
testCompile 'com.epam.reportportal:agent-java-jbehave:$LATEST_VERSION'
testCompile 'com.epam.reportportal:logger-java-logback:5.1.1'
testCompile 'com.epam.reportportal:logger-java-logback:5.2.2'
}
test {
Expand Down Expand Up @@ -252,7 +252,7 @@ To route your logs into Report Portal you should add `logger-java-logback` depen

```groovy
// inside 'dependencies' section
testCompile 'com.epam.reportportal:logger-java-logback:5.1.1'
testCompile 'com.epam.reportportal:logger-java-logback:5.2.2'
```

It should be already here if you used gradle configuration listed above.
Expand Down

0 comments on commit e072ba8

Please sign in to comment.