Skip to content

Commit

Permalink
Merge pull request #37 from reportportal/master-to-develop
Browse files Browse the repository at this point in the history
Master to develop
  • Loading branch information
APiankouski authored Dec 20, 2024
2 parents 18983e3 + dec7bb2 commit b649992
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.10.0
BOM_VERSION: 5.11.0
SCRIPTS_VERSION: 5.12.1
BOM_VERSION: 5.13.0

jobs:
release:
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.epam.reportportal:commons-bom:5.12.1')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.epam.reportportal:commons-bom:5.13.0')
}
}

Expand Down Expand Up @@ -79,7 +79,6 @@ jar {
}

shadowJar {
archiveClassifier.set(null)
zip64 true
dependencies {
include(dependency('com.epam.reportportal:saucelabs:.*'))
Expand Down

0 comments on commit b649992

Please sign in to comment.