Lint and test artifacts for Maven publication

Issue: #5246
PiperOrigin-RevId: 360132205
This commit is contained in:
andrewlewis 2021-03-01 09:44:05 +00:00 committed by Oliver Woodman
parent 560ed115df
commit aa2dc4c511

View File

@ -81,6 +81,7 @@ if (project.ext.has("exoplayerPublishEnabled")
}
}
}
tasks.withType(PublishToMavenRepository) { it.dependsOn lint, test }
}
def getBintrayRepo() {