Skip to content

Commit

Permalink
Merge pull request #524 from arkivanov/fix-check-publication-module-e…
Browse files Browse the repository at this point in the history
…xclusion-from-api-check

Fix check-publication module exclusion from API check
  • Loading branch information
Arkadii Ivanov authored Aug 18, 2020
2 parents e0c4ab2 + 2cf7d93 commit 186882e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class BinaryCompatibilityConfigurationPlugin : Plugin<Project> {
"sample-linuxx64-app",
"sample-ios-app",
"sample-macos-app",
"check_publication".takeIf { target.hasProperty("check-publication") }
"check-publication".takeIf { target.hasProperty("check_publication") }
)
)
}
Expand Down

0 comments on commit 186882e

Please sign in to comment.