Skip to content

Commit

Permalink
Fix check-publication module exclusion from API check
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkadii Ivanov committed Aug 18, 2020
1 parent e0c4ab2 commit 2cf7d93
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 2cf7d93

Please sign in to comment.