Skip to content

Commit

Permalink
Release 1.0.1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski authored Dec 13, 2024
1 parent 6ca7bbc commit 3aa7fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin-robot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.12.1' : '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 @@ -119,6 +119,7 @@ shadowJar {
configurations = [project.configurations.compileClasspath]
zip64 true
dependencies {
include(dependency('commons-io:commons-io:2.15.1'))
}
}

Expand Down

0 comments on commit 3aa7fbd

Please sign in to comment.