Commit 46e156af by andrewlewis Committed by marcbaechinger

Lint and test artifacts for Maven publication

Issue: #5246
PiperOrigin-RevId: 360132205
parent e38b48a9
Showing with 1 additions and 0 deletions
...@@ -81,6 +81,7 @@ if (project.ext.has("exoplayerPublishEnabled") ...@@ -81,6 +81,7 @@ if (project.ext.has("exoplayerPublishEnabled")
} }
} }
} }
tasks.withType(PublishToMavenRepository) { it.dependsOn lint, test }
} }
def getBintrayRepo() { def getBintrayRepo() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment