Skip to content

Commit

Permalink
build: explicitly add JNA to test classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
monosoul authored and renovate[bot] committed Sep 9, 2024
1 parent f4b6400 commit 2e03488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions artifact-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies {
testImplementation(libs.junit.jupiter)
testImplementation(libs.strikt)
testImplementation("ch.qos.logback:logback-classic:1.5.7")
testImplementation(libs.jna)
}

tasks {
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ dependencies {
testFixturesApi(libs.strikt)
testFixturesApi(libs.mockk)
testFixturesApi(gradleTestKit())
testFixturesApi(libs.jna)
}

val functionalTestSuiteName = "functionalTest"
Expand Down

0 comments on commit 2e03488

Please sign in to comment.