Skip to content

Commit

Permalink
pasto: braking usage of MavenPublications
Browse files Browse the repository at this point in the history
  • Loading branch information
vvlevchenko committed Dec 14, 2018
1 parent 476b2c5 commit 6d11540
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class BintrayUploadTask extends DefaultTask {
} else {
logger.error("{}: Could not find publication: {}.", path, it);
}
} else if (conf instanceof MavenPublication) {
} else if (it instanceof MavenPublication) {
return collectArtifacts((Configuration) it)
} else {
logger.error("{}: Unsupported publication type: {}.", path, it.class)
Expand Down

0 comments on commit 6d11540

Please sign in to comment.