Skip to content

Commit

Permalink
Fix integration test build by declaring explicit dependency of proces…
Browse files Browse the repository at this point in the history
…s resources on selekt-java:copyJniLibs.

Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed May 14, 2023
1 parent ad5816d commit 29fe02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selekt-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ tasks.register<Copy>("copyJniLibs") {
}

tasks.withType<ProcessResources>().configureEach {
mustRunAfter("buildHostSQLite")
dependsOn("buildHostSQLite", "copyJniLibs")
}

tasks.withType<DokkaTask>().configureEach {
Expand Down

0 comments on commit 29fe02b

Please sign in to comment.