From aa2dc4c511224557e1ca79447bcc75098eb0b56a Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Mon, 1 Mar 2021 09:44:05 +0000 Subject: [PATCH] Lint and test artifacts for Maven publication Issue: #5246 PiperOrigin-RevId: 360132205 --- publish.gradle | 1 + 1 file changed, 1 insertion(+) 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() {