diff --git a/build.gradle b/build.gradle index 851159e..403cecf 100644 --- a/build.gradle +++ b/build.gradle @@ -45,6 +45,7 @@ dependencies { testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2' + testImplementation "org.junit.platform:junit-platform-launcher:${junit_launcher_version}" testImplementation "org.junit.jupiter:junit-jupiter-engine:${junit_version}" testImplementation "org.junit.jupiter:junit-jupiter-params:${junit_version}" testImplementation 'org.aspectj:aspectjweaver:1.9.19' diff --git a/gradle.properties b/gradle.properties index 1c59fd9..52686c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,7 @@ version=5.2.2-SNAPSHOT description=JUnit5 integration for ReportPortal junit_version=5.9.1 +junit_launcher_version=1.9.1 scripts_url=https://raw.githubusercontent.com/reportportal/gradle-scripts scripts_branch=master excludeTests=