Skip to content

Commit

Permalink
Added opentest4j lib (#362)
Browse files Browse the repository at this point in the history
* Added opentest4j lib

* Indention style fixes

---------

Co-authored-by: Iurii Zaitsev <iurii.zaitsev@jetbrains.com>
  • Loading branch information
Hello-zoka and Iurii Zaitsev authored Oct 4, 2024
1 parent 57991c6 commit 3035e2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ dependencies {
implementation(files("lib/standalone-runtime.jar"))
implementation(files("lib/jacocoagent.jar"))
implementation(files("lib/jacococli.jar"))
implementation(files("lib/opentest4j-1.1.1.jar"))
implementation(files("lib/mockito-core-5.0.0.jar"))
implementation(files("lib/byte-buddy-1.14.6.jar"))
implementation(files("lib/byte-buddy-agent-1.14.6.jar"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ class TestCompilationDependencies {
"byte-buddy-agent-1.14.6.jar",
"https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.14.6/byte-buddy-agent-1.14.6.jar",
),
JarLibraryDescriptor(
"opentest4j-1.1.1.jar",
"https://repo1.maven.org/maven2/org/opentest4j/opentest4j/1.1.1/",
),
)
}
}
Binary file added lib/opentest4j-1.1.1.jar
Binary file not shown.

0 comments on commit 3035e2a

Please sign in to comment.