Skip to content

Commit 6d11540

Browse files
committed
pasto: braking usage of MavenPublications
1 parent 476b2c5 commit 6d11540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/com/jfrog/bintray/gradle/tasks/BintrayUploadTask.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class BintrayUploadTask extends DefaultTask {
218218
} else {
219219
logger.error("{}: Could not find publication: {}.", path, it);
220220
}
221-
} else if (conf instanceof MavenPublication) {
221+
} else if (it instanceof MavenPublication) {
222222
return collectArtifacts((Configuration) it)
223223
} else {
224224
logger.error("{}: Unsupported publication type: {}.", path, it.class)

0 commit comments

Comments
 (0)