Skip to content

Commit

Permalink
Add junit-platform-launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 19, 2024
1 parent aeb577b commit cd7f504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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=

0 comments on commit cd7f504

Please sign in to comment.