Skip to content

Commit

Permalink
Merge pull request #449 from kennethshackleton/fix-integration-test-c…
Browse files Browse the repository at this point in the history
…ompile

Fix integration test build by declaring explicit dependency of process resources on :selekt-java:copyJniLibs.
  • Loading branch information
kennethshackleton authored May 14, 2023
2 parents ad5816d + 29fe02b commit 43b87cb
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 43b87cb

Please sign in to comment.