diff --git a/publish.gradle b/publish.gradle index 437704f7b0..802202b7c8 100644 --- a/publish.gradle +++ b/publish.gradle @@ -81,6 +81,7 @@ if (project.ext.has("exoplayerPublishEnabled") } } } + tasks.withType(PublishToMavenRepository) { it.dependsOn lint, test } } def getBintrayRepo() {