From 3aa7fbd4db18b85f256f37fd48f40334c324ba60 Mon Sep 17 00:00:00 2001 From: APiankouski <109206864+APiankouski@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:49:26 +0300 Subject: [PATCH] Release 1.0.1 (#10) --- plugin-robot/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin-robot/build.gradle b/plugin-robot/build.gradle index 91113e8..d2d3a0d 100644 --- a/plugin-robot/build.gradle +++ b/plugin-robot/build.gradle @@ -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') } } @@ -119,6 +119,7 @@ shadowJar { configurations = [project.configurations.compileClasspath] zip64 true dependencies { + include(dependency('commons-io:commons-io:2.15.1')) } }